summaryrefslogtreecommitdiff
path: root/release-process
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-25 10:57:25 -0400
committerPhil Pennock <pdp@exim.org>2012-05-25 10:57:25 -0400
commite099cd0d2343f0e6fba2b7d9c581f662d09d2e59 (patch)
tree59764652166282662d18665820bac2b78a902529 /release-process
parenta9bade1bafed6b15f68ad49ab45e2e343a853079 (diff)
downloadexim4-e099cd0d2343f0e6fba2b7d9c581f662d09d2e59.tar.gz
release: no .lz by default for now
Diffstat (limited to 'release-process')
-rwxr-xr-xrelease-process/scripts/mk_exim_release.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/release-process/scripts/mk_exim_release.pl b/release-process/scripts/mk_exim_release.pl
index 46d63e516..fe18da106 100755
--- a/release-process/scripts/mk_exim_release.pl
+++ b/release-process/scripts/mk_exim_release.pl
@@ -357,7 +357,7 @@ sub create_tar_files {
compressors => {
gzip => 1,
bzip2 => 1,
- lzip => 1,
+ lzip => 0,
},
};
my $delete;
@@ -435,9 +435,9 @@ Use to override the path to the tar command; without this, will search for
gtar, and if not found use tar. Need GNU tar for lzip, unless --no-lzip is
used.
-=item B<--no-lzip>
+=item B<--lzip>
-Do not build the lzip tarballs.
+Build the lzip tarballs.
=item B<--verbose>