From 7ba05826009d3ea49d4b9138a9b8a0e0e217a9d7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 16 Nov 2008 21:37:41 +0000 Subject: (svn r14586) -Fix (r14580): missing mkdir causing make install to fail when there's no scripts directory already. --- Makefile.bundle.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.bundle.in b/Makefile.bundle.in index eb3b7238d..998ffac89 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -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" -- cgit v1.2.3-54-g00ecf