Changeset - r10335:832da5ca8485
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-11-16 21:37:41
rubidium@openttd.org
(svn r14586) -Fix (r14580): missing mkdir causing make install to fail when there's no scripts directory already.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -143,6 +143,7 @@ install: bundle
 
	$(Q)install -d "$(INSTALL_DATA_DIR)/gm"
 
	$(Q)install -d "$(INSTALL_DATA_DIR)/data"
 
	$(Q)install -d "$(INSTALL_DATA_DIR)/lang"
 
	$(Q)install -d "$(INSTALL_DATA_DIR)/scripts"
 
	$(Q)install -d "$(INSTALL_DOC_DIR)"
 
ifeq ($(TTD), openttd.exe)
 
	$(Q)install -m 755 "$(BUNDLE_DIR)/$(TTD)" "$(INSTALL_BINARY_DIR)/${BINARY_NAME}.exe"
0 comments (0 inline, 0 general)