]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Small fix for tar which does not know the 'j' option
authorJaroslav Kysela <perex@perex.cz>
Mon, 28 Jul 2003 12:33:31 +0000 (12:33 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 28 Jul 2003 12:33:31 +0000 (12:33 +0000)
Makefile

index df553a7235b18139832b95297169b712850be8ab..1c87902608b8e4cd16ad035efdc5a95aad98a0f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ alsa-dist:
        @mkdir -p $(TOP)/distdir
        @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i alsa-dist; done
        @mv distdir alsa-tools-$(VERSION)
-       @tar cjf alsa-tools-$(VERSION).tar.bz2 alsa-tools-$(VERSION)
+       @tar --create --verbose --file=- alsa-tools-$(VERSION) | bzip2 -c -9 > alsa-tools-$(VERSION).tar.bz2
        @mv alsa-tools-$(VERSION) distdir
 
 clean: