mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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
a9e578d63c
commit
aa6755cc4e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ rpm: dist
|
|||
|
||||
dist-hook:
|
||||
-chmod -R a+r $(distdir)
|
||||
$(TAR) cvIf $(distdir).tar.bz2 $(distdir)
|
||||
$(AMTAR) cvjf $(distdir).tar.bz2 $(distdir)
|
||||
|
||||
doc-dummy:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue