From: Jack Jansen Date: Tue, 17 Jun 2003 14:36:54 +0000 (+0000) Subject: Make sure the files in the installer have group "admin", otherwise X-Git-Tag: v2.3c1~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53e54fd934d141f887e69f845f357fffbdc21822;p=python Make sure the files in the installer have group "admin", otherwise administrators can still not add packages. --- 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