From 17d3c61edd35de8fa884944fc70d1db86daa5dd8 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 28 Sep 2010 10:59:53 +0300 Subject: Move version.sh to build-aux. --- windows/build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') 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 * -- cgit v1.2.3