OSDN Git Service

Misc fixes:
authorTakashi Iwai <tiwai@suse.de>
Fri, 26 May 2000 14:34:44 +0000 (14:34 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 May 2000 14:34:44 +0000 (14:34 +0000)
- add confdefs.h to .cvsignore.
- use tar options instead of actually changing owner when packing.

Makefile.am

index 7c5467f..48fcace 100644 (file)
@@ -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