mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Removed --bzip2 option for older tar call
This commit is contained in:
parent
7f11213c63
commit
466ef0ee61
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ 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
|
||||
|
||||
doc-dummy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue