From d79b61662abec415d59551e232e29126a9b69302 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 23 Oct 2002 07:38:21 +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 7a2c83c9..cf4bffbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ rpm: dist dist-hook: -chmod -R a+r $(distdir) - $(TAR) cvIf $(distdir).tar.bz2 $(distdir) + $(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir) doc-dummy: -- 2.47.1