mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -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:
|
dist-hook:
|
||||||
-chmod -R a+r $(distdir)
|
-chmod -R a+r $(distdir)
|
||||||
@if ! test -z "$(AMTAR)"; then \
|
@if ! test -z "$(AMTAR)"; then \
|
||||||
$(AMTAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
|
$(AMTAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
|
||||||
else \
|
else \
|
||||||
$(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
|
$(TAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
doc-dummy:
|
doc-dummy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue