mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
- using $(AMTAR) instead or $(TAR) in the Makefile.am
- using -j instead of -I to compress using bzip2 rather than gzip
This commit is contained in:
parent
524a76c93d
commit
b15bba05e4
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)
|
||||
$(AMTAR) cvjf $(distdir).tar.bz2 $(distdir)
|
||||
|
|
Loading…
Reference in a new issue