From e6fdb3e8f71297f3d71e6bbdbbeea9b60748f257 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 16 Jan 2017 11:24:07 +0100 Subject: fix message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8dc9cf..bd8edad 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ clean: dist: menus checktag clean @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; - $(info $(NAME)-$(VERSION).tar.bz2 is ready) + $(info $(NAME)-$(VERSION).tar.xz is ready) tag: checktag git tag $(TAG); \ -- cgit v1.2.1