]> git.pld-linux.org Git - packages/captive-drivers.git/commitdiff
- show install progress
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Aug 2005 17:58:56 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    license-installer.sh -> 1.2

license-installer.sh

index 7dcd443d9cd36a8eecda071c56a9acbad74ca8f6..551a33f01c3aa9c2b4a9f7f98da05993049bc84f 100644 (file)
@@ -31,7 +31,7 @@ if [ "$1" = "--with" -a "$2" = "license_agreement" ]; then
                exit 2
        fi
        RPMNAMES="$RPMDIR/@BASE_NAME@-@VERSION@-@RELEASE@wla.@TARGET_CPU@.rpm"
-       rpm -U $RPMNAMES || echo -e "Install manually the file(s):\n   $RPMNAMES" )
+       rpm -Uhv $RPMNAMES || echo -e "Install manually the file(s):\n   $RPMNAMES" )
        if [ "$BACKUP" -eq 1 ]; then
                if [ -f $SPECDIR/@BASE_NAME@.spec.prev ]; then
                        mv -f $SPECDIR/@BASE_NAME@.spec.prev $SPECDIR/@BASE_NAME@.spec
This page took 0.088362 seconds and 4 git commands to generate.