Commit 53e54fd9 authored by Jack Jansen's avatar Jack Jansen

Make sure the files in the installer have group "admin", otherwise

administrators can still not add packages.
parent 2743d87d
...@@ -48,6 +48,8 @@ else ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment