diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-28 10:59:53 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-28 10:59:53 +0300 |
commit | 17d3c61edd35de8fa884944fc70d1db86daa5dd8 (patch) | |
tree | 5e4fc20b936260989159b236e1eea727ab66cbae /windows/build.bash | |
parent | Update .gitignore. (diff) | |
download | xz-17d3c61edd35de8fa884944fc70d1db86daa5dd8.tar.xz |
Move version.sh to build-aux.
Diffstat (limited to '')
-rw-r--r-- | windows/build.bash | 2 |
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 * |