mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-26 07:00:10 -05:00
Small fix for tar which does not know the 'j' option
This commit is contained in:
parent
7b82f26934
commit
7dc10adba2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue