diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-26 13:13:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-26 13:13:33 -0400 |
commit | 7fb35645fd9f9d47b27f92c91051b96438f3383e (patch) | |
tree | d0bfd5348b639b07b5c64de5dfb200a27d7f586c /standalone | |
parent | e1e2e02a19a3fc52a491cf341253c47444fda588 (diff) |
export PATH to alex and happy
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/install-haskell-packages | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index f278cd337..733918afd 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -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 () { |