Skip to content

Commit 05e6198

Browse files
committed
also support Numix-Frost-Light
(cherry picked from commit 0213de0)
1 parent 95fe512 commit 05e6198

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ changes:
4545

4646
zip: all
4747
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))
48+
$(UTILS) install $(ROOT_DIR)/dist/$$(basename $(INSTALL_DIR))
49+
cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(INSTALL_DIR)) $$(basename $(INSTALL_DIR))
5050

5151

5252
.PHONY: all

0 commit comments

Comments
 (0)