aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorOystein Eftevaag2007-12-27 23:41:15 +0000
committerOystein Eftevaag2007-12-27 23:41:15 +0000
commitb90740d2037726becc3c4398443d47d55b5f4d8f (patch)
treed5553ae779445ea7e4176f0f0feba119b886ff4d /ports.mk
parent81205217d610c65f561afefc944a10f318946299 (diff)
downloadscummvm-rg350-b90740d2037726becc3c4398443d47d55b5f4d8f.tar.gz
scummvm-rg350-b90740d2037726becc3c4398443d47d55b5f4d8f.tar.bz2
scummvm-rg350-b90740d2037726becc3c4398443d47d55b5f4d8f.zip
Ensure files in the Mac OS X bundle get the right permissions set
svn-id: r30020
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports.mk b/ports.mk
index 79c57bd3b3..f610478699 100644
--- a/ports.mk
+++ b/ports.mk
@@ -44,8 +44,10 @@ bundle: scummvm-static $(srcdir)/dists/macosx/Info.plist
cp $(srcdir)/../../engine-data/trunk/kyra.dat $(bundle_name)/Contents/Resources/KYRA.DAT
cp $(srcdir)/../../engine-data/trunk/queen.tbl $(bundle_name)/Contents/Resources/
cp $(srcdir)/../../engine-data/trunk/sky.cpt $(bundle_name)/Contents/Resources/
- cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm
$(srcdir)/tools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf
+ chmod 644 $(bundle_name)/Contents/Resources/*
+ cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm
+ chmod 755 $(bundle_name)/Contents/MacOS/scummvm
strip $(bundle_name)/Contents/MacOS/scummvm
iphonebundle: $(srcdir)/dists/iphone/Info.plist