(svn r14586) -Fix (r14580): missing mkdir causing make install to fail when there's no scripts directory already.

This commit is contained in:
rubidium 2008-11-16 21:37:41 +00:00
parent 46bf0fadaa
commit f4fd895631

View File

@ -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"