From df3bfa58b19860aef4d009d953ecc7c105e99c8d Mon Sep 17 00:00:00 2001 From: "Brint E. Kriebel" Date: Fri, 16 Mar 2012 20:40:16 -0600 Subject: [PATCH] chmod archive files in case UMASK is blocking permissions --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index ba61d142..81f60e6c 100755 --- a/build.sh +++ b/build.sh @@ -147,3 +147,6 @@ fi # archive the build.prop as well ZIP=$(ls $WORKSPACE/archive/update*.zip) unzip -c $ZIP system/build.prop > $WORKSPACE/archive/build.prop + +# chmod the files in case UMASK blocks permissions +chmod -R ugo+r $WORKSPACE/archive