diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-15 01:17:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-15 01:17:17 -0400 |
commit | 69748e39728b5794322a8ec664bdd6ebdf0e67d6 (patch) | |
tree | fa334bece56a385874a9ae5d8a5efa4fa1c99288 /standalone | |
parent | f72d58e2ca81279a960c124b460c380d763df17b (diff) |
no more need for .cabal/bin in PATH
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/install-haskell-packages | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 3e756cf7d..1ee491623 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -23,11 +23,6 @@ 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 } patched () { |