summaryrefslogtreecommitdiff
path: root/Mac/OSX
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-06-17 14:36:54 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-06-17 14:36:54 +0000
commit0cf70f21d07dbe370c1c512849c350bb897dcca9 (patch)
treefce1cf576e4efa6dd13b71edce91b95a5b4f08be /Mac/OSX
parent429a3721d4aafcd2beb939dab83fc9a4bb70251b (diff)
downloadcpython-0cf70f21d07dbe370c1c512849c350bb897dcca9.tar.gz
Make sure the files in the installer have group "admin", otherwise
administrators can still not add packages.
Diffstat (limited to 'Mac/OSX')
-rwxr-xr-xMac/OSX/Dist/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build
index a3f3722745..c830eae53a 100755
--- a/Mac/OSX/Dist/build
+++ b/Mac/OSX/Dist/build
@@ -48,6 +48,8 @@ else
mkdir -p $BUILDROOT
fi
rm -rf $DMGDIR
+mkdir $TMPDIR
+chgrp admin $TMPDIR
mkdir -p $DMGDIR/root