summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-02-01 10:20:57 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-02-01 10:20:57 +0200
commitd4da177d5ba3d2ef7323a6f1e06ca16e0478810e (patch)
tree4566e1c54a9181db3c28de44878f8a1fc750a342 /windows
parentf9dd797a423a148903cf345b4146cb1fe1eab11d (diff)
downloadxz-d4da177d5ba3d2ef7323a6f1e06ca16e0478810e.tar.gz
Fix a comment.
Diffstat (limited to 'windows')
-rw-r--r--windows/build.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/windows/build.sh b/windows/build.sh
index 42ab85f..eb2d277 100644
--- a/windows/build.sh
+++ b/windows/build.sh
@@ -169,9 +169,8 @@ txtcp pkg/doc/manuals "" doc/man/txt/{xz,xzdec,lzmainfo}.txt
cp -v doc/man/pdf-*/{xz,xzdec,lzmainfo}-*.pdf pkg/doc/manuals
txtcp pkg "" windows/README-Windows.txt
-# Create the package. This requires either 7z.exe from 7-Zip or zip.exe
-# from Info-ZIP. If neither are found, this is skipped and you have to
-# zip it yourself. 7-Zip tends to easily give the best compression ratio.
+# Create the package. This requires 7z.exe from 7-Zip. If it wasn't found,
+# this step is skipped and you have to zip it yourself.
VER=$(sh version.sh)
cd pkg
if [ -x "$SEVENZ_EXE" ]; then