idempotency fixes

This commit is contained in:
Joey Hess 2014-04-04 19:07:53 -04:00
parent 15dc2e950b
commit 0d965885b7
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
set -e
cd
rm -rf .ghc .cabal
rm -rf .ghc .cabal .android
cabal update
cabal install happy alex --bindir=$HOME/bin
PATH=$HOME/bin:$PATH