diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-25 17:56:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-25 17:56:49 -0400 |
commit | e18b3e57f42476063c24ccc3eb9d438d0da4653d (patch) | |
tree | 8f244f424e0a4b015bf2f289a8f6513a3c84ad23 /standalone | |
parent | 029417bd67098ca89c25bd91c8fe1db58459cddf (diff) |
remove hack
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index de7fc4b5f..9473b9257 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -35,8 +35,6 @@ UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-anne # for haskell libraries to link them with the cygwin library. cabal update || true -cabal install DAV - cabal install --only-dependencies || true # Detect when the last build was an incremental build and failed, |