diff --git a/data/develop/makefile-engine b/data/develop/makefile-engine index 7013a9a87d..21fccf6f18 100644 --- a/data/develop/makefile-engine +++ b/data/develop/makefile-engine @@ -366,7 +366,7 @@ ifeq ($(INSTALL_DIR), ) @echo "No install directory specified for \"$(NAME)\" (INSTALL_DIR is empty)" >&2 else mkdir -p "$(INSTALL_DIR)" - cp $(TARGET) $(INSTALL_DIR)/$(NAME) + cp $(TARGET) "$(INSTALL_DIR)/$(NAME)" endif # Set the catalog installation directory if it isn't already.