We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fe512 commit 05e6198Copy full SHA for 05e6198
1 file changed
Makefile
@@ -45,8 +45,8 @@ changes:
45
46
zip: all
47
mkdir $(ROOT_DIR)/dist
48
- $(UTILS) install $(ROOT_DIR)/dist/$$(basename $(ROOT_DIR))
49
- cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(ROOT_DIR)) $$(basename $(ROOT_DIR))
+ $(UTILS) install $(ROOT_DIR)/dist/$$(basename $(INSTALL_DIR))
+ cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(INSTALL_DIR)) $$(basename $(INSTALL_DIR))
50
51
52
.PHONY: all
0 commit comments