summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-10-09 18:57:04 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-10-09 18:57:04 +0300
commite75100f549f85d231df25c07aa94d63e78e2d668 (patch)
treee83e215e50a09cc819249b6ddbf0b8ccb7bb0b27 /windows
parentefeb998a2b1025df1c1d202cc7d21d866cd1c336 (diff)
downloadxz-e75100f549f85d231df25c07aa94d63e78e2d668.tar.gz
Windows: Fix a diagnostics bug in build.bash.
Diffstat (limited to 'windows')
-rw-r--r--windows/build.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/build.bash b/windows/build.bash
index a45d33c..40808bc 100644
--- a/windows/build.bash
+++ b/windows/build.bash
@@ -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"