From: Takashi Iwai Date: Fri, 26 May 2000 14:37:27 +0000 (+0000) Subject: - use tar options instead of actually changing owner when packing. X-Git-Tag: v1.0.3~363 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c2d2e5b3b9562e028d985d877b12ff53108edfb5;p=alsa-utils.git - use tar options instead of actually changing owner when packing. --- diff --git a/Makefile.am b/Makefile.am index 9fb2e40..4d1863e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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