(svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm.
authorrubidium
Wed, 17 Sep 2008 19:32:06 +0000
changeset 10166 7e1478da76c4
parent 10165 d884de1b3f81
child 10167 b4bef78a1e24
(svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm.
Makefile.bundle.in
--- a/Makefile.bundle.in	Wed Sep 17 17:23:57 2008 +0000
+++ b/Makefile.bundle.in	Wed Sep 17 19:32:06 2008 +0000
@@ -17,7 +17,7 @@
 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.