summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9f9cb2b..ec5b1d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-NAME=mageia-theme
-PACKAGE=mageia-theme
+NAME=theme
VERSION=1.5.0.51
THEMES=Mageia-Default
@@ -53,7 +52,7 @@ install:
dist: cleandist export
cleandist:
- rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
+ rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
export:
git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz