Export a gzip rather than bzip2 archive
This commit is contained in:
parent
5c428818dd
commit
a40e9961d9
4
Makefile
4
Makefile
|
@ -90,8 +90,8 @@ distdir: all
|
||||||
cp *.pc.in $(DISTDIR)
|
cp *.pc.in $(DISTDIR)
|
||||||
sed "/^# DIST CUT/Q" <Makefile >$(DISTDIR)/Makefile
|
sed "/^# DIST CUT/Q" <Makefile >$(DISTDIR)/Makefile
|
||||||
|
|
||||||
TARBALL=$(DISTDIR).tar.bz2
|
TARBALL=$(DISTDIR).tar.gz
|
||||||
|
|
||||||
dist: distdir
|
dist: distdir
|
||||||
tar -cjf $(TARBALL) $(DISTDIR)
|
tar -czf $(TARBALL) $(DISTDIR)
|
||||||
rm -rf $(DISTDIR)
|
rm -rf $(DISTDIR)
|
||||||
|
|
Loading…
Reference in New Issue