Changeset - r12774:e35abb84abb1
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-08-22 19:04:20
rubidium@openttd.org
(svn r17264) -Fix (r17261): bundle making for OSX failed
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -44,11 +44,11 @@ bundle: all
 
	@echo '[BUNDLE] Constructing bundle'
 
	$(Q)rm -rf   "$(BUNDLE_DIR)"
 
	$(Q)mkdir -p "$(BUNDLE_DIR)"
 
	$(Q)mkdir -p "$(BUNDLE_DIR)/ai"
 
	$(Q)mkdir -p "$(BUNDLE_DIR)/docs"
 
	$(Q)mkdir -p "$(BUNDLE_DIR)/media"
 
	$(Q)mkdir -p "$(BUNDLE_DIR)/scripts"
 
	$(Q)mkdir -p "$(TTD_DIR)"
 
	$(Q)mkdir -p "$(AI_DIR)"
 
	$(Q)mkdir -p "$(DATA_DIR)"
 
	$(Q)mkdir -p "$(LANG_DIR)"
 
ifdef OSXAPP
0 comments (0 inline, 0 general)