]> Zhao Yanbai Git Server - minix.git/commitdiff
*** empty log message ***
authorBen Gras <ben@minix3.org>
Thu, 16 Mar 2006 12:49:53 +0000 (12:49 +0000)
committerBen Gras <ben@minix3.org>
Thu, 16 Mar 2006 12:49:53 +0000 (12:49 +0000)
commands/scripts/packme.sh

index 908bb9f59a272426e96a288f043eb3b888088b69..465755ba0886f9345c6882882140385186067f06 100644 (file)
@@ -36,7 +36,7 @@ then  pack=${cddrive}p2
                                        read y
                                        if [ "$y" = y -o "$y" = Y ]
                                        then    echo "Installing $srcarc into $SRC."
-                                               ( cd /usr/bigports && smallbunzip2 "$srcarc" | tar xf - )
+                                               smallbunzip2 "$srcarc" | (cd $SRC && tar xf - )
                                        fi
                                fi
                        fi