]> Zhao Yanbai Git Server - minix.git/commitdiff
*** empty log message ***
authorBen Gras <ben@minix3.org>
Fri, 17 Mar 2006 14:46:38 +0000 (14:46 +0000)
committerBen Gras <ben@minix3.org>
Fri, 17 Mar 2006 14:46:38 +0000 (14:46 +0000)
commands/scripts/packme.sh

index 618588e370a84541f359cfc7b5e710044aa574b4..7578656f751d9297fcccb9e4ccebfc16e2e6c331 100644 (file)
@@ -41,7 +41,7 @@ then  pack=${cddrive}p2
                                        read y
                                        if [ "$y" = y -o "$y" = Y ]
                                        then    echo "Installing $srcarc into $SRC."
-                                               smallbunzip2 "$srcarc" | (cd $SRC && tar xf - )
+                                               smallbunzip2 -dc "$srcarc" | (cd $SRC && tar xf - )
                                        fi
                                fi
                        fi