mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Used long options for tar
This commit is contained in:
parent
b334ed4f50
commit
b912587c63
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) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
|
||||
$(AMTAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
|
||||
else \
|
||||
$(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
|
||||
$(TAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
|
||||
fi
|
||||
|
||||
doc-dummy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue