summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-09-17 19:32:06 +0000
committerrubidium <rubidium@openttd.org>2008-09-17 19:32:06 +0000
commit001be23127f3f1f2ecddc6b341850c7ad418e4ac (patch)
treef9d89a1b5fdbaadf44af96b38a56de81d396dcb5 /Makefile.bundle.in
parentdeaa0725e9e000b35614320ed2ef456c071ae99e (diff)
downloadopenttd-001be23127f3f1f2ecddc6b341850c7ad418e4ac.tar.xz
(svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm.
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index 94e8d830e..ef047cd0e 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -17,7 +17,7 @@ REV := norev000
endif
ifndef BUNDLE_NAME
-BUNDLE_NAME = OTTD-$(OS)-custom-$(REV)
+BUNDLE_NAME = openttd-custom-$(REV)-$(OS)
endif
# An OSX application bundle needs the data files, lang files and openttd executable in a different location.