diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-27 14:28:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-27 14:28:15 +0000 |
commit | 3c7eb0dff965968de660b1d68a9919ed09555e69 (patch) | |
tree | 5ece45fc15877b7093f23c168c37a751eeb6596f /abuild.in | |
parent | 5fa6ba1c8f11a11fe456c730e208b608475e9b8d (diff) | |
download | abuild-3c7eb0dff965968de660b1d68a9919ed09555e69.tar.gz abuild-3c7eb0dff965968de660b1d68a9919ed09555e69.tar.bz2 abuild-3c7eb0dff965968de660b1d68a9919ed09555e69.tar.xz abuild-3c7eb0dff965968de660b1d68a9919ed09555e69.zip |
abuild: make index readable
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |