]> Zhao Yanbai Git Server - minix.git/commitdiff
ast@'s update
authorBen Gras <ben@minix3.org>
Wed, 2 Nov 2005 20:01:37 +0000 (20:01 +0000)
committerBen Gras <ben@minix3.org>
Wed, 2 Nov 2005 20:01:37 +0000 (20:01 +0000)
commands/scripts/easypack.sh

index 1c7bee2e8dfe9875e8576f1da8b4aa86277802f4..8b7e821a0d40445286e41b16d56d898a27ea7238 100644 (file)
@@ -80,7 +80,7 @@ do # Check to see if it exists. Don't overwrite unless -o given
    fi
 
    # We got it. Unpack it.
-   echo Package $i.tar.bz2 successfully fetched
+   echo Package $i fetched
    bunzip2 $i.tar.bz2 || smallbunzip2 $i.tar.bz2
    tar xf $i.tar
    if test ! -d $i
@@ -93,7 +93,7 @@ do # Check to see if it exists. Don't overwrite unless -o given
    cd $i
    if sh build >>$ORIG_DIR/Log 2>&1
       then echo Package $i installed
-      else echo Package $i failed to install; see Log
+      else echo Package $i failed to install, see Log
    fi
 
    # Clean up