mirror of https://github.com/python/cpython
Make sure the files in the installer have group "admin", otherwise
administrators can still not add packages.
This commit is contained in:
parent
2743d87d79
commit
53e54fd934
|
@ -48,6 +48,8 @@ else
|
||||||
mkdir -p $BUILDROOT
|
mkdir -p $BUILDROOT
|
||||||
fi
|
fi
|
||||||
rm -rf $DMGDIR
|
rm -rf $DMGDIR
|
||||||
|
mkdir $TMPDIR
|
||||||
|
chgrp admin $TMPDIR
|
||||||
mkdir -p $DMGDIR/root
|
mkdir -p $DMGDIR/root
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue