OSDN Git Service

- using $(AMTAR) instead or $(TAR) in the Makefile.am
authorTakashi Iwai <tiwai@suse.de>
Mon, 7 Oct 2002 10:41:42 +0000 (10:41 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Oct 2002 10:41:42 +0000 (10:41 +0000)
- using -j instead of -I to compress using bzip2 rather than gzip

Makefile.am

index 7a2c83c..2af5f16 100644 (file)
@@ -8,7 +8,7 @@ rpm: dist
 
 dist-hook:
        -chmod -R a+r $(distdir)
-       $(TAR) cvIf $(distdir).tar.bz2 $(distdir)
+       $(AMTAR) cvjf $(distdir).tar.bz2 $(distdir)
 
 doc-dummy: