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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53e54fd934d141f887e69f845f357fffbdc21822;p=thirdparty%2FPython%2Fcpython.git 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 a3f37227453c..c830eae53a28 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