]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Removed --bzip2 option for older call
authorJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 11:44:18 +0000 (11:44 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 11:44:18 +0000 (11:44 +0000)
Makefile.am

index 4e682bf1eaf5bb89d5152d8a8547cc28fc86739f..ae13599c7bdd4371289f542e5868c1aa90aa0da9 100644 (file)
@@ -10,5 +10,5 @@ dist-hook:
        @if ! test -z "$(AMTAR)"; then \
                $(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
        else \
-               $(TAR) --create --verbose --bzip2 --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
+               $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
        fi