]> granicus.if.org Git - xz/commitdiff
Fix a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 1 Feb 2010 08:20:57 +0000 (10:20 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 1 Feb 2010 08:20:57 +0000 (10:20 +0200)
windows/build.sh

index 42ab85f2950db019c5129a3a2f2549af1c533100..eb2d2775c0b4d19e19cc64d866e2c455d3e48d66 100644 (file)
@@ -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