Skip to content

Commit

Permalink
Merge pull request CyanogenMod#7 from bekriebel/master
Browse files Browse the repository at this point in the history
chmod archive
  • Loading branch information
koush committed Mar 17, 2012
2 parents e42c1f1 + df3bfa5 commit 8941e0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Expand Up @@ -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

0 comments on commit 8941e0f

Please sign in to comment.