Makefile.in
changeset 6300 e5f3c62b3971
parent 6254 94bc6c0de9fc
child 6308 5f2fe5dd9ed6
--- a/Makefile.in	Mon Mar 12 15:40:12 2007 +0000
+++ b/Makefile.in	Mon Mar 12 15:54:19 2007 +0000
@@ -133,8 +133,8 @@
 
 # An OSX application bundle needs the data files, lang files and openttd executable in a different location.
 ifdef OSXAPP
-DATA_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/Data
-LANG_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/Lang
+DATA_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources/data
+LANG_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources/lang
 TTD_DIR  = $(BUNDLE_DIR)/$(OSXAPP)/Contents/MacOS
 else
 DATA_DIR = $(BUNDLE_DIR)/data