pack: clean-recursive
rm -f config.log config.cache config.status
rm -rf `find . -name ".deps"`
- chown -R root.root ../alsa-utils
mv ../alsa-utils ../alsa-utils-$(VERSION)
- tar --exclude=CVS -cvI -C .. -f ../alsa-utils-$(VERSION).tar.bz2 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