diff --git a/Makefile.bundle.in b/Makefile.bundle.in index 4ad915ca0c..ffa6a442e3 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -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