From 0d17f6aeab217192675591b771f472802ae52e3d Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 9 Mar 2015 21:18:18 +0100 Subject: Fix output permissions after mac build --- makeicecat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makeicecat b/makeicecat index eb378cb..2cce3d2 100755 --- a/makeicecat +++ b/makeicecat @@ -468,6 +468,10 @@ mkisofs -D -V "\$6" -no-pad -R -apple -o /tmp/icecat-uncompressed.dmg -path-list dmg dmg /tmp/icecat-uncompressed.dmg \$4 rm /tmp/icecat-uncompressed.dmg + +find . -executable -exec chmod 755 {} \; +find . ! -executable -exec chmod 644 {} \; +find . -type d -exec chmod 755 {} \; EOF ############################################################################### -- cgit v1.2.3