Skip to content

Commit cc64657

Browse files
author
Jeffrey Hobbs
committed
use bzip2 instead of gzip for default dist archive
1 parent 8fcacc8 commit cc64657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the file "license.terms" for information on usage and redistribution
1313
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1414
#
15-
# RCS: @(#) $Id: Makefile.in,v 1.15 2005/07/07 22:33:18 hobbs Exp $
15+
# RCS: @(#) $Id: Makefile.in,v 1.16 2005/11/20 19:58:18 hobbs Exp $
1616

1717
#========================================================================
1818
# Edit the following few lines when writing a new extension
@@ -293,7 +293,7 @@ VPATH = $(srcdir):$(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win:$(srcdir)/compa
293293
#========================================================================
294294

295295
#COMPRESS = tar cvf $(PKG_DIR).tar $(PKG_DIR); compress $(PKG_DIR).tar
296-
COMPRESS = tar zcvf $(PKG_DIR).tar.gz $(PKG_DIR)
296+
COMPRESS = tar jcvf $(PKG_DIR).tar.bz2 $(PKG_DIR)
297297
DIST_ROOT = /tmp/dist
298298
DIST_DIR = $(DIST_ROOT)/$(PKG_DIR)
299299

0 commit comments

Comments
 (0)