From c89d64d396cbafca9a36c40fbcf99a1dc4dc86e0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 May 2015 16:12:05 -0400 Subject: [PATCH] set rsync executable --- standalone/windows/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 2490bbb567..7cbfb342d7 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