diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-17 14:36:54 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-17 14:36:54 (GMT) |
commit | 53e54fd934d141f887e69f845f357fffbdc21822 (patch) | |
tree | 89649dc09e693cf540a9a47aba0ac80642902672 | |
parent | 2743d87d7934535f16a0ea062a28c21ea18e5a24 (diff) | |
download | cpython-53e54fd934d141f887e69f845f357fffbdc21822.zip cpython-53e54fd934d141f887e69f845f357fffbdc21822.tar.gz cpython-53e54fd934d141f887e69f845f357fffbdc21822.tar.bz2 |
Make sure the files in the installer have group "admin", otherwise
administrators can still not add packages.
-rwxr-xr-x | Mac/OSX/Dist/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index a3f3722..c830eae 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 |