From: Ben Gras Date: Thu, 16 Mar 2006 12:49:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.1.2a~214 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-dsfromkey.html?a=commitdiff_plain;h=6d14bd5ad368fe07e2b96f81fffa577cf3cc669b;p=minix.git *** empty log message *** --- diff --git a/commands/scripts/packme.sh b/commands/scripts/packme.sh index 908bb9f59..465755ba0 100644 --- a/commands/scripts/packme.sh +++ b/commands/scripts/packme.sh @@ -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