fix path to wget
This commit is contained in:
parent
c98a6fcf49
commit
41302bf6e4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ghc -fforce-recomp --make Build/NullSoftInstaller.hs
|
||||||
# it includes the cygwin libs that go with them.
|
# it includes the cygwin libs that go with them.
|
||||||
# Currently need an older version of rsync than the one from cygwin.
|
# Currently need an older version of rsync than the one from cygwin.
|
||||||
if [ ! -e rsync.exe ]; then
|
if [ ! -e rsync.exe ]; then
|
||||||
wget https://downloads.kitenet.net/git-annex/windows/assets/rsync.exe
|
withcyg wget https://downloads.kitenet.net/git-annex/windows/assets/rsync.exe
|
||||||
fi
|
fi
|
||||||
PATH=".:/c/cygwin/bin:$PATH" withcygpreferred Build/NullSoftInstaller.exe
|
PATH=".:/c/cygwin/bin:$PATH" withcygpreferred Build/NullSoftInstaller.exe
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue