summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Dist/build
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/Dist/build')
-rwxr-xr-xMac/OSX/Dist/build5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build
index c830eae..9c77e7c 100755
--- a/Mac/OSX/Dist/build
+++ b/Mac/OSX/Dist/build
@@ -48,7 +48,9 @@ else
mkdir -p $BUILDROOT
fi
rm -rf $DMGDIR
-mkdir $TMPDIR
+if [ ! -e $TMPDIR ]; then
+ mkdir $TMPDIR
+fi
chgrp admin $TMPDIR
mkdir -p $DMGDIR/root
@@ -118,6 +120,7 @@ python $PYTHONSRC/Mac/scripts/buildpkg.py \
--NeedsAuthorization="YES" \
--Relocatable="NO" \
--InstallOnly="YES" \
+ --UseUserMask="NO" \
$INSTALLROOT \
$RESOURCEDIR