diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -NAME = mageia-gfxboot-theme +NAME = bootloader-theme # urpmq -f gfxboot UPSTREAM_VERSION = 4.5.14 VERSION = $(UPSTREAM_VERSION).1 @@ -89,5 +89,5 @@ endif dist: rm -rf ../$(NAME)-$(VERSION).tar* @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz - $(info $(NAME)-$(VERSION).tar.lzma is ready) + $(info $(NAME)-$(VERSION).tar.xz is ready) |