Small fix for tar which does not know the 'j' option

This commit is contained in:
Jaroslav Kysela 2003-07-28 12:33:31 +00:00
parent 7b82f26934
commit 7dc10adba2

View file

@ -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: