mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
Use long option for bzip2 compression to make it work with new and older tar
This commit is contained in:
parent
c64ae17af5
commit
e85ff0f6d4
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ rpm: dist
|
|||
|
||||
dist-hook:
|
||||
-chmod -R a+r $(distdir)
|
||||
$(TAR) cvIf $(distdir).tar.bz2 $(distdir)
|
||||
$(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir)
|
||||
|
|
Loading…
Reference in a new issue