Skip to content
Snippets Groups Projects
Commit 3c7eb0df authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: make index readable

parent 5fa6ba1c
No related branches found
No related tags found
No related merge requests found
......@@ -503,6 +503,7 @@ apkcache() {
msg "Signing the index..."
abuild-sign -q APKINDEX.tar.gz.unsigned || exit 1
mv APKINDEX.tar.gz.unsigned APKINDEX.tar.gz
chmod 644 APKINDEX.tar.gz
}
# predefined splitfunc doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment