From 001be23127f3f1f2ecddc6b341850c7ad418e4ac Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 17 Sep 2008 19:32:06 +0000 Subject: (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf