From 69748e39728b5794322a8ec664bdd6ebdf0e67d6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 15 Oct 2014 01:17:17 -0400 Subject: no more need for .cabal/bin in PATH --- standalone/android/install-haskell-packages | 5 ----- 1 file changed, 5 deletions(-) (limited to 'standalone/android/install-haskell-packages') 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 () { -- cgit v1.2.3