From 835c2dcd1c2eb4821889076d10c9e3898d287828 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 4 Oct 2005 06:43:21 +0000 Subject: [PATCH] Don't cache software/ or receipts/ directories. git-svn-id: https://svn.macports.org/repository/macports/trunk/base@14402 d073be05-634f-4543-b044-5fe20cf6d1d6 --- src/portmgr/buildall.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/portmgr/buildall.sh b/src/portmgr/buildall.sh index 18b0c1a380..c2633d6971 100755 --- a/src/portmgr/buildall.sh +++ b/src/portmgr/buildall.sh @@ -81,8 +81,6 @@ mkchrootbase() { hdiutil create -size ${DPORTSCACHE_SIZE} -fs ${FSTYPE} -volname distfiles ${DPORTSCACHE} > /dev/null DPORTSDEV=`hdiutil attach ${DPORTSCACHE} -mountpoint $dir -noverify 2>&1 | awk '/dev/ {if (x == 0) {print $1; x = 1}}'` mkdir -p $dir/distfiles - mkdir -p $dir/receipts - mkdir -p $dir/software mkdir -p $dir/packages/darwin/powerpc hdiutil detach $DPORTSDEV -force >& /dev/null && DPORTSDEV="" fi