mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Fix repodata files permission in xcat-dep
This commit is contained in:
parent
4b015bfc03
commit
a5fa42bb85
@ -268,8 +268,8 @@ 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
|
||||
chmod a+rx */*/repodata
|
||||
chmod a+r */*/repodata/*
|
||||
|
||||
TARBALL_WORKING_DIR="${XCATCOREDIR}/${DESTDIR}"
|
||||
echo "===> Building the tarball at: ${TARBALL_WORKING_DIR} ..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user