From f063ac86f37fafc572973399a760c9a0119fa7df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 23 Aug 2005 17:58:56 +0000 Subject: [PATCH] - show install progress Changed files: license-installer.sh -> 1.2 --- license-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license-installer.sh b/license-installer.sh index 7dcd443..551a33f 100644 --- a/license-installer.sh +++ b/license-installer.sh @@ -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 -- 2.44.0