From: Jaroslav Kysela Date: Mon, 28 Jul 2003 12:33:31 +0000 (+0000) Subject: Small fix for tar which does not know the 'j' option X-Git-Tag: v1.0.3~62 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7dc10adba2276b1db1dcae17e4808a770a0fab36;p=alsa-tools.git Small fix for tar which does not know the 'j' option --- diff --git a/Makefile b/Makefile index df553a7..1c87902 100644 --- 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: