gen-yum: fix permissions

master
neingeist 8 years ago
parent 8102df5f52
commit b72e439aa9

@ -28,8 +28,9 @@ for base_dir in $BASE_DIRS; do
gpg -u $GPG_KEY --detach-sign --armor repodata/repomd.xml gpg -u $GPG_KEY --detach-sign --armor repodata/repomd.xml
fi fi
# Fix permissions
chmod a+r *.rpm
restorecon -v *.rpm
fi fi
done done
done done
restorecon -Rv $BASE_DIRS

Loading…
Cancel
Save