aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorAndre Heider2009-08-07 18:16:58 +0000
committerAndre Heider2009-08-07 18:16:58 +0000
commit57e45de95bbc91bd54eecff8410646675589c799 (patch)
treec836c1747601b71b8ce0002e86c8463c76fd2002 /ports.mk
parent08b650c1a6fbcb5070090a1e14ba72b3e177efda (diff)
downloadscummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.tar.gz
scummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.tar.bz2
scummvm-rg350-57e45de95bbc91bd54eecff8410646675589c799.zip
Merge creation of Info.plist into update-version.pl.
This fixes the static version info after branching (#2820503). svn-id: r43101
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports.mk b/ports.mk
index 7000ae75ce..6fc2796cc8 100644
--- a/ports.mk
+++ b/ports.mk
@@ -42,7 +42,7 @@ deb:
# Special target to create a application wrapper for Mac OS X
bundle_name = ScummVM.app
-bundle: scummvm-static $(srcdir)/dists/macosx/Info.plist
+bundle: scummvm-static
mkdir -p $(bundle_name)/Contents/MacOS
mkdir -p $(bundle_name)/Contents/Resources
echo "APPL????" > $(bundle_name)/Contents/PkgInfo
@@ -57,7 +57,7 @@ bundle: scummvm-static $(srcdir)/dists/macosx/Info.plist
chmod 755 $(bundle_name)/Contents/MacOS/scummvm
$(STRIP) $(bundle_name)/Contents/MacOS/scummvm
-iphonebundle: iphone $(srcdir)/dists/iphone/Info.plist
+iphonebundle: iphone
mkdir -p $(bundle_name)
cp $(srcdir)/dists/iphone/Info.plist $(bundle_name)/
cp $(DIST_FILES_DOCS) $(bundle_name)/