change group of sym links too in builddep.sh
This commit is contained in:
parent
2ef2f3d77b
commit
3c1268bc75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user