summaryrefslogtreecommitdiff
path: root/pkg/osx/GNUmakefile
diff options
context:
space:
mode:
authorSimon Howard2010-01-15 19:14:02 +0000
committerSimon Howard2010-01-15 19:14:02 +0000
commit893c8dbe922b5ee6ac14c3df3b5020817b6797b3 (patch)
tree0d384bc7f6775b0334ebd4f48202c42bb9d99553 /pkg/osx/GNUmakefile
parentcd8cf5f1c8c0e6a86ddc3322f33acc29698009f5 (diff)
downloadchocolate-doom-893c8dbe922b5ee6ac14c3df3b5020817b6797b3.tar.gz
chocolate-doom-893c8dbe922b5ee6ac14c3df3b5020817b6797b3.tar.bz2
chocolate-doom-893c8dbe922b5ee6ac14c3df3b5020817b6797b3.zip
Fix GNUstep info panel.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1816
Diffstat (limited to 'pkg/osx/GNUmakefile')
-rw-r--r--pkg/osx/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index d1894bef..d119efa1 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -35,7 +35,7 @@ APP_DIR=$(STAGING_DIR)/$(PACKAGE_NAME).app
ifdef GNUSTEP_MAKEFILES
APP_TOP_DIR=$(APP_DIR)
APP_BIN_DIR=$(APP_DIR)
-SRC_INFO_PLIST=Info-GNUstep.plist
+SRC_INFO_PLIST=Info-gnustep.plist
else
APP_TOP_DIR=$(APP_DIR)/Contents
APP_BIN_DIR=$(APP_DIR)/Contents/MacOS
@@ -51,7 +51,7 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
mkdir -p "$(APP_TOP_DIR)"
cp -R Resources "$(APP_TOP_DIR)"
cp PkgInfo "$(APP_TOP_DIR)"
- cp $(SRC_INFO_PLIST) "$(APP_TOP_DIR)/Info.plist"
+ cp $(SRC_INFO_PLIST) "$(APP_TOP_DIR)"
mkdir -p "$(APP_BIN_DIR)"