diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 14:29:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 14:29:22 -0400 |
commit | 2b2c6d6ba6ac4ee447b374d2d45d139c5116f11a (patch) | |
tree | beabf0b3d8bb0e7779767603502ca94b447f2a0f /standalone/android | |
parent | 87c94679612e4a3483a8e17cd29d86a8837d75da (diff) |
cd to home
Diffstat (limited to 'standalone/android')
-rwxr-xr-x | standalone/android/buildchroot-inchroot-asuser | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/android/buildchroot-inchroot-asuser b/standalone/android/buildchroot-inchroot-asuser index a4467e66b..662912246 100755 --- a/standalone/android/buildchroot-inchroot-asuser +++ b/standalone/android/buildchroot-inchroot-asuser @@ -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 |