summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2015-09-17 13:12:21 +0000
committerplanetmaker <planetmaker@openttd.org>2015-09-17 13:12:21 +0000
commit8fbcc2b45c9b7ac0e9282e57bba1e5daf8c6e630 (patch)
treefd7c298d1568cccbdf7fa7d6a92b96959f26b1be /Makefile.bundle.in
parent02a3263a7fc49df054e6801b2404344205f88785 (diff)
downloadopenttd-8fbcc2b45c9b7ac0e9282e57bba1e5daf8c6e630.tar.xz
(svn r27399) -Fix: [Makefile] game script directory and compat*.nut were never installed on *nix
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index 63edb62d9..969b2ebcf 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -172,6 +172,7 @@ install: bundle
$(Q)install -d "$(INSTALL_BINARY_DIR)"
$(Q)install -d "$(INSTALL_ICON_DIR)"
$(Q)install -d "$(INSTALL_DATA_DIR)/ai"
+ $(Q)install -d "$(INSTALL_DATA_DIR)/game"
$(Q)install -d "$(INSTALL_DATA_DIR)/baseset"
$(Q)install -d "$(INSTALL_DATA_DIR)/lang"
$(Q)install -d "$(INSTALL_DATA_DIR)/scripts"
@@ -182,6 +183,7 @@ else
endif
$(Q)install -m 644 "$(BUNDLE_DIR)/lang/"* "$(INSTALL_DATA_DIR)/lang"
$(Q)install -m 644 "$(BUNDLE_DIR)/ai/"* "$(INSTALL_DATA_DIR)/ai"
+ $(Q)install -m 644 "$(BUNDLE_DIR)/game/"* "$(INSTALL_DATA_DIR)/game"
$(Q)install -m 644 "$(BUNDLE_DIR)/baseset/"* "$(INSTALL_DATA_DIR)/baseset"
$(Q)install -m 644 "$(BUNDLE_DIR)/scripts/"* "$(INSTALL_DATA_DIR)/scripts"
ifndef DO_NOT_INSTALL_DOCS