summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:19:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:19:10 -0400
commitbcd100860ad3733a25f769e2874c2024a22bb9b8 (patch)
tree9fead0dba82dd4d48497330861aebeb0370ab6b0
parent660f152d7499b337a44c19873a2df15871702b29 (diff)
make dir
-rwxr-xr-xstandalone/windows/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index af3e4be5b..b8a47944b 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -70,6 +70,7 @@ withcygpreferred stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddo
./Build/NullSoftInstaller
rm -f dist/build-version
+mkdir -p dist
stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
Build/BuildVersion.hs > dist/build-version
./Build/BuildVersion