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
fi
# Fix permissions
chmod a+r *.rpm
restorecon -v *.rpm
fi
done
done
restorecon -Rv $BASE_DIRS

Loading…
Cancel
Save