Export a gzip rather than bzip2 archive

This commit is contained in:
Paul LeoNerd Evans 2008-11-24 21:47:18 +00:00
parent 5c428818dd
commit a40e9961d9
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ distdir: all
cp *.pc.in $(DISTDIR)
sed "/^# DIST CUT/Q" <Makefile >$(DISTDIR)/Makefile
TARBALL=$(DISTDIR).tar.bz2
TARBALL=$(DISTDIR).tar.gz
dist: distdir
tar -cjf $(TARBALL) $(DISTDIR)
tar -czf $(TARBALL) $(DISTDIR)
rm -rf $(DISTDIR)