diff options
author | rubidium <rubidium@openttd.org> | 2008-09-17 19:32:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-09-17 19:32:06 +0000 |
commit | 001be23127f3f1f2ecddc6b341850c7ad418e4ac (patch) | |
tree | f9d89a1b5fdbaadf44af96b38a56de81d396dcb5 | |
parent | deaa0725e9e000b35614320ed2ef456c071ae99e (diff) | |
download | openttd-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.
-rw-r--r-- | Makefile.bundle.in | 2 |
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. |