From: Ben Gras Date: Mon, 22 Jan 2007 15:42:40 +0000 (+0000) Subject: Install sources in /usr/bigsrc, not /usr/src/commands. X-Git-Tag: v3.1.3~104 X-Git-Url: http://zhaoyanbai.com/repos/weatherstation.js?a=commitdiff_plain;h=82ae9b9c5ca998f34491e1a5229e29cd35d3a8fa;p=minix.git Install sources in /usr/bigsrc, not /usr/src/commands. --- diff --git a/commands/scripts/packman.sh b/commands/scripts/packman.sh index 8274da008..036984102 100644 --- a/commands/scripts/packman.sh +++ b/commands/scripts/packman.sh @@ -7,7 +7,7 @@ CDDIR=PACKAGES CDMP=/mnt CDPACK=${CDMP}/install/packages CDSRC=${CDMP}/install/package-sources -SRC=/usr/src/commands +SRC=/usr/bigsrc LISTFILE=/etc/packages-$TAG LISTURL=http://www.minix3.org/packages/$PACKDIR/List TMPDIR=/usr/tmp/packages @@ -57,6 +57,10 @@ fi #CDPACK=/usr/bigports/Packages #CDSRC=/usr/bigports/Sources +if [ ! -d "$SRC" ] +then mkdir $SRC || exit +fi + if [ "$cdpackages" = "" ] then echo "Skipping CD packages." else cont=y