mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
update zip task in Makefile to support both Numix and Numix-Frost
(cherry picked from commit b7e9781)
This commit is contained in:
@@ -45,8 +45,8 @@ changes:
|
|||||||
|
|
||||||
zip: all
|
zip: all
|
||||||
mkdir $(ROOT_DIR)/dist
|
mkdir $(ROOT_DIR)/dist
|
||||||
$(UTILS) install $(ROOT_DIR)/dist/Numix
|
$(UTILS) install $(ROOT_DIR)/dist/$$(basename $(ROOT_DIR))
|
||||||
cd $(ROOT_DIR)/dist && zip --symlinks -rq Numix Numix
|
cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(ROOT_DIR)) $$(basename $(ROOT_DIR))
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|||||||
Reference in New Issue
Block a user