mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added check for AMTAR
This commit is contained in:
parent
d38f94a2ab
commit
a435a3900e
1 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,11 @@ rpm: dist
|
|||
|
||||
dist-hook:
|
||||
-chmod -R a+r $(distdir)
|
||||
$(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir)
|
||||
@if ! test -z "$(AMTAR)"; then \
|
||||
$(AMTAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
|
||||
else \
|
||||
$(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
|
||||
fi
|
||||
|
||||
doc-dummy:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue