From 97d7d99f528fdfd4aa7297055964f778333187d6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 May 2015 16:12:05 -0400 Subject: set rsync executable --- standalone/windows/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'standalone/windows') 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 -- cgit v1.2.3