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