From 7dc10adba2276b1db1dcae17e4808a770a0fab36 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 28 Jul 2003 12:33:31 +0000 Subject: [PATCH] Small fix for tar which does not know the 'j' option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.1