This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: Makefile: make make export generate a .tar.bz2 rather then a .tar.gz Author: Hans de Goede <[email protected]> Date: Sat Dec 18 16:15:17 2010 +0100 Signed-off-by: Hans de Goede <[email protected]> Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=9370aec4d4c2a9cb6754472eef8bce272a64a785 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 _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
