diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-07 16:12:05 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-07 16:12:05 -0400 |
commit | 97d7d99f528fdfd4aa7297055964f778333187d6 (patch) | |
tree | 280495ce08d8d38fee2782323a6496cfc3e02a81 /standalone | |
parent | ef44b69ed00d42f207fb481c38f067c08079c521 (diff) |
set rsync executable
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 1 |
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 |