summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-01-06 19:34:13 +0000
committerfrosch <frosch@openttd.org>2013-01-06 19:34:13 +0000
commitba8d5d662c3593e5501bf1b4f77d981a6a69e1ea (patch)
treeeb2bfcaae848d9fbe4dc4324eb92d14eee6ab4fa /Makefile.bundle.in
parentfbb9aba0ced7557d0e75dbbfce8cd3fa9b0cc7c1 (diff)
downloadopenttd-ba8d5d662c3593e5501bf1b4f77d981a6a69e1ea.tar.xz
(svn r24892) -Fix (r24890): Missing mkdir
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 4bba01c78..f3096eb46 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -47,6 +47,7 @@ bundle: all
$(Q)mkdir -p "$(BUNDLE_DIR)/scripts"
$(Q)mkdir -p "$(TTD_DIR)"
$(Q)mkdir -p "$(AI_DIR)"
+ $(Q)mkdir -p "$(GAME_DIR)"
$(Q)mkdir -p "$(BASESET_DIR)"
$(Q)mkdir -p "$(LANG_DIR)"
ifdef OSXAPP