Makefile: Fix data dir not being created in make install target

This commit is contained in:
Jonathan G Rennison
2018-07-25 19:44:49 +01:00
parent 943af5bf0d
commit 50c9af503e

View File

@@ -183,6 +183,7 @@ install: bundle
$(Q)install -d "$(INSTALL_DATA_DIR)/baseset"
$(Q)install -d "$(INSTALL_DATA_DIR)/lang"
$(Q)install -d "$(INSTALL_DATA_DIR)/scripts"
$(Q)install -d "$(INSTALL_DATA_DIR)/data"
ifeq ($(TTD), openttd.exe)
$(Q)install -m 755 "$(BUNDLE_DIR)/$(TTD)" "$(INSTALL_BINARY_DIR)/${BINARY_NAME}.exe"
else