summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-11-16 21:37:41 +0000
committerrubidium <rubidium@openttd.org>2008-11-16 21:37:41 +0000
commit7ba05826009d3ea49d4b9138a9b8a0e0e217a9d7 (patch)
tree3fe1a66232b124f82f2100f88efb505b42d66e8d /Makefile.bundle.in
parent53e3ab0cf42c4cfb93bab18f0e14e319058ea289 (diff)
downloadopenttd-7ba05826009d3ea49d4b9138a9b8a0e0e217a9d7.tar.xz
(svn r14586) -Fix (r14580): missing mkdir causing make install to fail when there's no scripts directory already.
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in1
1 files changed, 1 insertions, 0 deletions
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"