cd to home

This commit is contained in:
Joey Hess 2013-09-22 14:29:22 -04:00
parent 9a295c0653
commit ca0cd2dacc

View file

@ -2,6 +2,7 @@
# Runs inside the chroot set up by buildchroot, as the user it creates
set -e
cd
rm -rf .ghc .cabal
cabal update
cabal install happy alex --bindir=$HOME/bin