mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:55:43 +01:00
- use tar options instead of actually changing owner when packing.
This commit is contained in:
parent
c8e5bf9d40
commit
c2d2e5b3b9
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ dist-hook:
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue