From a40e9961d905c97f59b23ebcbc7e928d387208df Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 24 Nov 2008 21:47:18 +0000 Subject: [PATCH] Export a gzip rather than bzip2 archive --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81c9461..6f570d9 100644 --- a/Makefile +++ b/Makefile @@ -90,8 +90,8 @@ distdir: all cp *.pc.in $(DISTDIR) sed "/^# DIST CUT/Q" $(DISTDIR)/Makefile -TARBALL=$(DISTDIR).tar.bz2 +TARBALL=$(DISTDIR).tar.gz dist: distdir - tar -cjf $(TARBALL) $(DISTDIR) + tar -czf $(TARBALL) $(DISTDIR) rm -rf $(DISTDIR)