diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 15:00:39 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 15:00:39 -0400 |
commit | 82f7ecd859a7032889d9ad7bded72734310c1f84 (patch) | |
tree | 6687a85beae1fd460a8b8bb38dc3b84f55af396e | |
parent | bd4f9af7568ccc267068905cc7f5d1cf3f651f7e (diff) |
clean harder
-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 0e485aa99..1c13467ff 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -27,6 +27,7 @@ UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-anne # version of git, instead of the version installed at build time. FORCE_GIT_VERSION=1.9.5 cabal clean +rm -rf dist dist.old || mv -v dist dist.old # Uncomment to get rid of cabal installed libraries. #rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc |