abuild-sign: set permissions on signed index to 644

mktemp set it to 600 so we need to manually set it to 644
This commit is contained in:
Natanael Copa 2009-09-14 08:41:55 +00:00
parent 9f3b137410
commit 64baa7c505
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ for f in "$@"; do
cat "$tmptargz" "$i" > "$tmpsigned"
rm -f "$tmptargz"
mv "$tmpsigned" "$i"
chmod 644 "$i"
if [ -z "$quiet" ]; then
echo "Signed $i"
fi