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:59 +0000 (07:38 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 23 Oct 2002 07:38:59 +0000 (07:38 +0000)
Makefile.am

index f3953ac..a1fb7d2 100644 (file)
@@ -7,4 +7,4 @@ rpm: dist
 
 dist-hook:
        -chmod -R a+r $(distdir)
-       $(TAR) cvIf $(distdir).tar.bz2 $(distdir)
+       $(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir)