=== modified file 'Makefile' --- Makefile 2008-11-24 21:47:18 +0000 +++ Makefile 2008-11-18 16:58:37 +0000 @@ -90,8 +90,8 @@ cp *.pc.in $(DISTDIR) sed "/^# DIST CUT/Q" $(DISTDIR)/Makefile -TARBALL=$(DISTDIR).tar.gz +TARBALL=$(DISTDIR).tar.bz2 dist: distdir - tar -czf $(TARBALL) $(DISTDIR) + tar -cjf $(TARBALL) $(DISTDIR) rm -rf $(DISTDIR)