Skip to content

Commit

Permalink
Don't cache software/ or receipts/ directories.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@14402 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jordan K. Hubbard committed Oct 4, 2005
1 parent 2f990ea commit 835c2dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/portmgr/buildall.sh
Expand Up @@ -81,8 +81,6 @@ mkchrootbase() {
hdiutil create -size ${DPORTSCACHE_SIZE} -fs ${FSTYPE} -volname distfiles ${DPORTSCACHE} > /dev/null 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}}'` 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/distfiles
mkdir -p $dir/receipts
mkdir -p $dir/software
mkdir -p $dir/packages/darwin/powerpc mkdir -p $dir/packages/darwin/powerpc
hdiutil detach $DPORTSDEV -force >& /dev/null && DPORTSDEV="" hdiutil detach $DPORTSDEV -force >& /dev/null && DPORTSDEV=""
fi fi
Expand Down

0 comments on commit 835c2dc

Please sign in to comment.