diff options
Diffstat (limited to 'standalone')
-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 |