change group of sym links too in builddep.sh

This commit is contained in:
Bruce Potter 2013-11-06 10:57:51 -05:00
parent 2ef2f3d77b
commit 3c1268bc75

View File

@ -207,7 +207,7 @@ if [ "$OSNAME" == "AIX" ]; then
else
SYSGRP=root
fi
chgrp -R $SYSGRP *
chgrp -R -h $SYSGRP *
chmod -R g+w *
# Build the tarball