cd to home
This commit is contained in:
parent
9a295c0653
commit
ca0cd2dacc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue