From a5963bb3214257fa2ec099e452cd1c891f213932 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Apr 2015 15:00:39 -0400 Subject: [PATCH] clean harder --- standalone/windows/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 0e485aa995..1c13467ff2 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