mirror of https://github.com/OpenTTD/OpenTTD
(svn r14586) -Fix (r14580): missing mkdir causing make install to fail when there's no scripts directory already.
parent
46bf0fadaa
commit
f4fd895631
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue