set rsync executable
This commit is contained in:
parent
721d32422e
commit
c89d64d396
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue