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

administrators can still not add packages.
This commit is contained in:
Jack Jansen 2003-06-17 14:36:54 +00:00
parent 2743d87d79
commit 53e54fd934
1 changed files with 2 additions and 0 deletions

View File

@ -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