diff --git a/Makefile b/Makefile index 2125b47..9d130cb 100644 --- a/Makefile +++ b/Makefile @@ -37,9 +37,9 @@ export-linux: build-dir $(GODOT) --path "$(GODOT_PROJECT_PATH)" --export "$(TARGET_LINUX)" "../$(BUILD_DIR)/$(PROJECT_NAME)-x11" install-templates: - mkdir -p "$(GODOT_TEMPLATE_DIR)" + mkdir -p $(GODOT_TEMPLATE_DIR) wget $(WGET_ARGS) $(EXPORT_TEMPLATE_SOURCE) -O templates.tpz unzip templates.tpz - mv templates/ "$(GODOT_TEMPLATE_DIR)/$(GODOT_TEMPLATE_VERSION)" + mv templates/ $(GODOT_TEMPLATE_DIR)/$(GODOT_TEMPLATE_VERSION) rm templates.tpz