]> git.pld-linux.org Git - packages/acroread.git/blobdiff - license-installer.sh
- show install progress
[packages/acroread.git] / 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.036576 seconds and 4 git commands to generate.