diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |