From: Takashi Iwai Date: Fri, 26 May 2000 14:34:44 +0000 (+0000) Subject: Misc fixes: X-Git-Tag: v1.0.3~1255 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0df4996fcd8eaa5dbf50199649c41e9ca06628c3;p=alsa-lib.git Misc fixes: - add confdefs.h to .cvsignore. - use tar options instead of actually changing owner when packing. --- diff --git a/Makefile.am b/Makefile.am index 7c5467fc..48fcacec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,6 @@ dist-hook: pack: clean-recursive rm -f config.log config.cache config.status rm -rf `find . -name ".deps"` - chown -R root.root ../alsa-lib mv ../alsa-lib ../alsa-lib-$(SND_LIB_VERSION) - tar --exclude=CVS -cvI -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.bz2 alsa-lib-$(SND_LIB_VERSION) + tar --exclude=CVS --owner=root --group=root -cvI -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.bz2 alsa-lib-$(SND_LIB_VERSION) mv ../alsa-lib-$(SND_LIB_VERSION) ../alsa-lib