mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Added dist-hook..
This commit is contained in:
parent
72ae6d6e17
commit
b77f3a40fd
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ INCLUDES=-I$(top_srcdir)/include
|
|||
rpm: dist
|
||||
$(MAKE) -C utils rpm
|
||||
|
||||
dist-hook:
|
||||
-chmod -R a+r $(distdir)
|
||||
$(TAR) cvIf $(distdir).tar.bz2 $(distdir)
|
||||
|
||||
pack: clean-recursive
|
||||
rm -f config.log config.cache config.status
|
||||
rm -rf `find . -name ".deps"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue