aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-09-28 10:59:53 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-09-28 10:59:53 +0300
commit17d3c61edd35de8fa884944fc70d1db86daa5dd8 (patch)
tree5e4fc20b936260989159b236e1eea727ab66cbae /windows
parentUpdate .gitignore. (diff)
downloadxz-17d3c61edd35de8fa884944fc70d1db86daa5dd8.tar.xz
Move version.sh to build-aux.
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 e6754358..7119cf6c 100644
--- a/windows/build.bash
+++ b/windows/build.bash
@@ -172,7 +172,7 @@ txtcp pkg "" windows/README-Windows.txt
# 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)
+VER=$(sh build-aux/version.sh)
cd pkg
if [ -x "$SEVENZ_EXE" ]; then
"$SEVENZ_EXE" a -tzip ../xz-$VER-windows.zip *