mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05: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:
|
dist-hook:
|
||||||
-chmod -R a+r $(distdir)
|
-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:
|
doc-dummy:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue