summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-10-24 12:02:14 -0400
committerJoey Hess <joeyh@joeyh.name>2017-10-24 12:02:14 -0400
commit6f7db3df091afe587f42849a21a6aad0b8616650 (patch)
tree11ae256d9a3b6acb5df52b7ec2ca2b1fa8c6c4dc /standalone
parenta732dbee312df8e5b206d2fa4664e171e9a104eb (diff)
add to PATH
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index e1e4af49b1..cad54e4baa 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -9,7 +9,7 @@ set -e
# Path to the Haskell Platform.
#HP="/c/haskell/2014.2.0.0" # now in the default PATH
-PATH="/c/Program Files (x86)/NSIS:$PATH"
+PATH="/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.
@@ -33,7 +33,7 @@ export UPGRADE_LOCATION
# Don't allow build artifact from a past successful build to be extracted
# if we fail.
-#withcyg rm -f git-annex-installer.exe
+rm -f git-annex-installer.exe
# Get extra programs to bundle with git-annex.
# These are msys2 programs, from https://msys2.github.io/.