export PATH to alex and happy

This commit is contained in:
Joey Hess 2014-05-26 13:13:33 -04:00
parent 5deb81648b
commit 8886ccb102

View file

@ -31,6 +31,11 @@ setupcabal () {
# Some packages fail to install in a non unicode locale.
LANG=en_US.UTF-8
export LANG
# The android build chroot has recent versions of alex and happy
# installed here.
PATH=$HOME/bin:$PATH
export PATH
}
cabalinstall () {