OSDN Git Service

pack -> .bz2
authorJaroslav Kysela <perex@perex.cz>
Wed, 16 Feb 2000 21:06:08 +0000 (21:06 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 16 Feb 2000 21:06:08 +0000 (21:06 +0000)
Makefile.am

index 32cfa81..a0ae466 100644 (file)
@@ -10,5 +10,5 @@ pack: clean-recursive
        rm -rf `find . -name ".deps"`
        chown -R root.root ../alsa-utils
        mv ../alsa-utils ../alsa-utils-$(VERSION)
-       tar --exclude=CVS -cvz -C .. -f ../alsa-utils-$(VERSION).tar.gz alsa-utils-$(VERSION)
+       tar --exclude=CVS -cvI -C .. -f ../alsa-utils-$(VERSION).tar.bz2 alsa-utils-$(VERSION)
        mv ../alsa-utils-$(VERSION) ../alsa-utils