From 3de3492afb3dfeef4d6bed5e6d2fe05550fdcd03 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Apr 2013 10:38:10 +0000 Subject: s/bz2/xz/ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 15a6065..a6a2aa3 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ install: build install libldetect.h $(includedir) dist: dis -dis ../$(NAME)-$(VERSION).tar.bz2: tar +dis ../$(NAME)-$(VERSION).tar.xz: tar tar: @if [ -e ".svn" ]; then \ @@ -75,7 +75,7 @@ tar: echo "Unknown SCM (not SVN nor GIT)";\ exit 1; \ fi; - $(info $(NAME)-$(VERSION).tar.bz2 is ready) + $(info $(NAME)-$(VERSION).tar.xz is ready) dist-svn: svn export -q -rBASE . $(NAME)-$(VERSION) -- cgit v1.2.1