mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-14 08:56:35 -05:00
It seems that older tars are confused with --bzip2, use pipe instaed
This commit is contained in:
parent
b912587c63
commit
7f11213c63
1 changed files with 2 additions and 2 deletions
|
|
@ -9,9 +9,9 @@ rpm: dist
|
|||
dist-hook:
|
||||
-chmod -R a+r $(distdir)
|
||||
@if ! test -z "$(AMTAR)"; then \
|
||||
$(AMTAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
|
||||
$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
|
||||
else \
|
||||
$(TAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
|
||||
$(TAR) --create --verbose --bzip2 --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
|
||||
fi
|
||||
|
||||
doc-dummy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue