summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-07 16:12:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-07 16:12:05 -0400
commit97d7d99f528fdfd4aa7297055964f778333187d6 (patch)
tree280495ce08d8d38fee2782323a6496cfc3e02a81
parentef44b69ed00d42f207fb481c38f067c08079c521 (diff)
set rsync executable
-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 2490bbb56..7cbfb342d 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -70,6 +70,7 @@ ghc -fforce-recomp --make Build/NullSoftInstaller.hs
# Currently need an older version of rsync than the one from cygwin.
if [ ! -e rsync.exe ]; then
withcyg wget https://downloads.kitenet.net/git-annex/windows/assets/rsync.exe
+ withcyg chmod +x rsync.exe
fi
PATH=".:/c/cygwin/bin:$PATH" Build/NullSoftInstaller.exe