Use long option for bzip2 compression to make it work with new and older tar

This commit is contained in:
Jaroslav Kysela 2002-10-23 07:38:59 +00:00
parent c64ae17af5
commit e85ff0f6d4

View 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)