From 90c62e0a3a8679d53e42049a308833a539e64aec 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 --- client/make-updates | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/make-updates b/client/make-updates index d4d29ce..aef0aaf 100755 --- a/client/make-updates +++ b/client/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