update zip task in Makefile to support both Numix and Numix-Frost

(cherry picked from commit b7e9781)
This commit is contained in:
Dustin Falgout
2016-10-23 02:36:31 -05:00
parent ee50385aff
commit 95fe512a9e
+2 -2
View File
@@ -45,8 +45,8 @@ changes:
zip: all
mkdir $(ROOT_DIR)/dist
$(UTILS) install $(ROOT_DIR)/dist/Numix
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))
.PHONY: all