From a2dbf6b45e69c97f2d698592669f553113fb2390 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 1 Oct 2013 15:07:37 -0700 Subject: Fix permissions on generated updates --- tools/make-updates | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/make-updates b/tools/make-updates index d4d29ce6..aef0aafa 100755 --- a/tools/make-updates +++ b/tools/make-updates @@ -37,6 +37,7 @@ function add_resource() pushd $output >/dev/null adler32 $1 | tee -a resources2.txt | { read name hash + chmod a+r $name sed '/<\/updates>/i ' -i resources.xml } popd >/dev/null @@ -47,6 +48,7 @@ function add_music() { adler32 $1 | { read name hash + chmod a+r $name sed '/<\/updates>/i ' -i resources.xml } } -- cgit v1.2.3-60-g2f50