]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Windows: Fix a diagnostics bug in build.bash.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 9 Oct 2010 15:57:04 +0000 (18:57 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 9 Oct 2010 15:57:04 +0000 (18:57 +0300)
windows/build.bash

index a45d33c3968b3d7673e615e7f3f2a4410bba8d6e..40808bc922e338f5d88a0869e3443d233c49c897 100644 (file)
@@ -188,7 +188,7 @@ else
        echo "      You can create them yourself from the pkg directory."
 fi
 
-if [ ! -f windows/COPYING-Windows.txt ]; then
+if [ ! -f ../windows/COPYING-Windows.txt ]; then
        echo
        echo "NOTE: windows/COPYING-Windows.txt doesn't exists."
        echo "      MinGW(-w64) runtime copyright information"