aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-22 14:29:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-22 14:29:22 -0400
commit2b2c6d6ba6ac4ee447b374d2d45d139c5116f11a (patch)
treebeabf0b3d8bb0e7779767603502ca94b447f2a0f /standalone
parent87c94679612e4a3483a8e17cd29d86a8837d75da (diff)
cd to home
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/android/buildchroot-inchroot-asuser1
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