From b15bba05e42c98fc98aa68a6ba821d9a6074a4f8 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 7 Oct 2002 10:41:57 +0000 Subject: [PATCH] - using $(AMTAR) instead or $(TAR) in the Makefile.am - using -j instead of -I to compress using bzip2 rather than gzip --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f3953ac..678e409 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) + $(AMTAR) cvjf $(distdir).tar.bz2 $(distdir) -- 2.47.1