Ensure that NEXT_ROOT is not set when creating a dmg image

git-svn-id: svn://10.0.0.236/trunk@158284 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-06-22 03:19:02 +00:00
parent 2a1c8d3594
commit e0d52cb151

View File

@@ -69,6 +69,9 @@ IMAGE_SIZE=$(($FOLDER_SIZE * 103/100))
# minimum size for an HFS+ partition is 4Mb
[ $IMAGE_SIZE -lt 8300 ] && IMAGE_SIZE=8300
# Make sure NEXT_ROOT is not set (if we're building with an SDK)
unset NEXT_ROOT
echo FOLDER_SIZE=$FOLDER_SIZE
echo IMAGE_SIZE=$IMAGE_SIZE