From 9370aec4d4c2a9cb6754472eef8bce272a64a785 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 18 Dec 2010 16:15:17 +0100 Subject: [PATCH] Makefile: make make export generate a .tar.bz2 rather then a .tar.gz Signed-off-by: Hans de Goede --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 523a99c..ad2bbdf 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ archive: clean tag archive-no-tag export: clean tar --transform s/^\./v4l-utils-$(V4L_UTILS_VERSION)/g \ - --exclude=.git -zcvf \ - /tmp/v4l-utils-$(V4L_UTILS_VERSION).tar.gz . + --exclude=.git -jcvf \ + /tmp/v4l-utils-$(V4L_UTILS_VERSION).tar.bz2 . include Make.rules -- 2.7.4