mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Make repodata files readable by all
This commit is contained in:
parent
295ead05d8
commit
f6bea60852
@ -277,6 +277,10 @@ fi
|
||||
chgrp -R -h $SYSGRP *
|
||||
chmod -R g+w *
|
||||
|
||||
# Change permission on all repodata files to be readable by all
|
||||
chmod a+r */*/repodata/*.gz
|
||||
chmod a+r */*/repodata/*.bz2
|
||||
|
||||
TARBALL_WORKING_DIR="${XCATCOREDIR}/${DESTDIR}"
|
||||
echo "===> Building the tarball at: ${TARBALL_WORKING_DIR} ..."
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user