OSDN Git Service

Use long option for bzip2 compression to make it work with new and older tar
authorJaroslav Kysela <perex@perex.cz>
Wed, 23 Oct 2002 07:38:21 +0000 (07:38 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 23 Oct 2002 07:38:21 +0000 (07:38 +0000)
Makefile.am

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