From 0df4996fcd8eaa5dbf50199649c41e9ca06628c3 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 26 May 2000 14:34:44 +0000 Subject: [PATCH] Misc fixes: - add confdefs.h to .cvsignore. - use tar options instead of actually changing owner when packing. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.1