From aa6755cc4e2c51b74f2df61277248ae0c4149c7f Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 7 Oct 2002 10:41:42 +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 7a2c83c9..2af5f168 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) + $(AMTAR) cvjf $(distdir).tar.bz2 $(distdir) doc-dummy: -- 2.47.1