]> git.alsa-project.org Git - alsa-utils.git/commitdiff
- using $(AMTAR) instead or $(TAR) in the Makefile.am
authorTakashi Iwai <tiwai@suse.de>
Mon, 7 Oct 2002 10:41:57 +0000 (10:41 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Oct 2002 10:41:57 +0000 (10:41 +0000)
- using -j instead of -I to compress using bzip2 rather than gzip

Makefile.am

index f3953ac239c9cc8015ff4fe1c6ad4e53322bf43f..678e409ba3570d7a1b26c472c7c6faaebcbf6438 100644 (file)
@@ -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)