mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Use long option for bzip2 compression to make it work with new and older tar
This commit is contained in:
parent
55a8da9341
commit
d79b61662a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ rpm: dist
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
-chmod -R a+r $(distdir)
|
-chmod -R a+r $(distdir)
|
||||||
$(TAR) cvIf $(distdir).tar.bz2 $(distdir)
|
$(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir)
|
||||||
|
|
||||||
doc-dummy:
|
doc-dummy:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue