From e85ff0f6d49e23831fefb72944b811df77cdf687 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 23 Oct 2002 07:38:59 +0000 Subject: [PATCH] Use long option for bzip2 compression to make it work with new and older tar --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f3953ac..a1fb7d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,4 +7,4 @@ rpm: dist dist-hook: -chmod -R a+r $(distdir) - $(TAR) cvIf $(distdir).tar.bz2 $(distdir) + $(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir) -- 2.47.3