summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a465be7..e48f311 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
+NAME = mageia-gfxboot-theme
+UPSTREAM_VERSION = 4.5.6
+VERSION = $(UPSTREAM_VERSION).10
+
+
BINDIR := $(shell [ -x ../../gfxboot-compile ] && echo ../../ )
BASED_ON = $(shell perl -ne 'print if s/^based_on=//' config)
@@ -80,10 +85,6 @@ ifneq ($(BASED_ON),)
endif
-NAME = mageia-gfxboot-theme
-UPSTREAM_VERSION = 4.5.6
-VERSION = $(UPSTREAM_VERSION).10
-
dist:
rm -rf ../$(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz