mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 23:45:43 +01:00
Removed unused pack target
This commit is contained in:
parent
69e927ffd4
commit
c81835c7aa
1 changed files with 0 additions and 7 deletions
|
@ -8,10 +8,3 @@ rpm: dist
|
|||
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"`
|
||||
mv ../alsa-utils ../alsa-utils-$(VERSION)
|
||||
tar --exclude=CVS --owner=root --group=root -cvI -C .. -f ../alsa-utils-$(VERSION).tar.bz2 alsa-utils-$(VERSION)
|
||||
mv ../alsa-utils-$(VERSION) ../alsa-utils
|
||||
|
|
Loading…
Reference in a new issue