diff --git a/builddep.sh b/builddep.sh index 97090a5a2..ee5b0e5b4 100755 --- a/builddep.sh +++ b/builddep.sh @@ -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} ..." #