From: Jaroslav Kysela Date: Wed, 23 Oct 2002 07:38:59 +0000 (+0000) Subject: Use long option for bzip2 compression to make it work with new and older tar X-Git-Tag: v1.0.3~110 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e85ff0f6d49e23831fefb72944b811df77cdf687;p=alsa-utils.git Use long option for bzip2 compression to make it work with new and older tar --- 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)