summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2008-10-06 17:05:44 +0000
committerskidd13 <skidd13@openttd.org>2008-10-06 17:05:44 +0000
commit5b8af7db3b550ccae9088fd80f0303d67e36a7a9 (patch)
tree07f0edd93d1e253f3b809e0e55342acd3f0d9d7b /Makefile.bundle.in
parent13587560713762f461589f5e91e66cd0aaf8d364 (diff)
downloadopenttd-5b8af7db3b550ccae9088fd80f0303d67e36a7a9.tar.xz
(svn r14443) -Change: Unify the delimiters used in config* and make*
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index ef047cd0e..61c15700f 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -33,8 +33,8 @@ endif
bundle: all
@echo '[BUNDLE] Constructing bundle'
- $(Q)rm -rf "${BUNDLE_DIR}"
- $(Q)mkdir -p "${BUNDLE_DIR}"
+ $(Q)rm -rf "$(BUNDLE_DIR)"
+ $(Q)mkdir -p "$(BUNDLE_DIR)"
$(Q)mkdir -p "$(BUNDLE_DIR)/docs"
$(Q)mkdir -p "$(BUNDLE_DIR)/scenario"
$(Q)mkdir -p "$(BUNDLE_DIR)/scenario/heightmap"
@@ -46,7 +46,7 @@ ifdef OSXAPP
$(Q)mkdir -p "$(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources"
$(Q)echo "APPL????" > "$(BUNDLE_DIR)/$(OSXAPP)/Contents/PkgInfo"
$(Q)cp "$(ROOT_DIR)/os/macosx/openttd.icns" "$(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources/openttd.icns"
- $(Q)$(ROOT_DIR)/os/macosx/plistgen.sh "${BUNDLE_DIR}/$(OSXAPP)" "$(REV)"
+ $(Q)$(ROOT_DIR)/os/macosx/plistgen.sh "$(BUNDLE_DIR)/$(OSXAPP)" "$(REV)"
$(Q)cp "$(ROOT_DIR)/docs/OSX_install_instructions.txt" "$(BUNDLE_DIR)/docs/"
$(Q)cp "$(ROOT_DIR)/os/macosx/splash.png" "$(DATA_DIR)"
endif