mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-18 22:05:17 -05: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:
|
dist-hook:
|
||||||
-chmod -R a+r $(distdir)
|
-chmod -R a+r $(distdir)
|
||||||
$(TAR) cvIf $(distdir).tar.bz2 $(distdir)
|
$(AMTAR) cvjf $(distdir).tar.bz2 $(distdir)
|
||||||
|
|
||||||
doc-dummy:
|
doc-dummy:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue