mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:45:42 +01:00
pack -> .bz2
This commit is contained in:
parent
03eb77f1bb
commit
dd2a8b01e0
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ pack: clean-recursive
|
|||
rm -rf `find . -name ".deps"`
|
||||
chown -R root.root ../alsa-utils
|
||||
mv ../alsa-utils ../alsa-utils-$(VERSION)
|
||||
tar --exclude=CVS -cvz -C .. -f ../alsa-utils-$(VERSION).tar.gz alsa-utils-$(VERSION)
|
||||
tar --exclude=CVS -cvI -C .. -f ../alsa-utils-$(VERSION).tar.bz2 alsa-utils-$(VERSION)
|
||||
mv ../alsa-utils-$(VERSION) ../alsa-utils
|
||||
|
|
Loading…
Reference in a new issue