Makefile: make make export generate a .tar.bz2 rather then a .tar.gz
authorHans de Goede <hdegoede@redhat.com>
Sat, 18 Dec 2010 15:15:17 +0000 (16:15 +0100)
committerHans de Goede <hdegoede@redhat.com>
Sat, 18 Dec 2010 15:15:17 +0000 (16:15 +0100)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Makefile

index 523a99c..ad2bbdf 100644 (file)
--- 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