aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/buildchroot-inchroot-asuser
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-23 10:25:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-23 10:25:21 -0400
commitc76c044246b13457e00a82c7fd9550e061b4b406 (patch)
treef252de53d2529166efd1a8d246b411d3795713f9 /standalone/android/buildchroot-inchroot-asuser
parent1eb61d02e81f998f81488e3110137a2770a6ba96 (diff)
fix cd
Diffstat (limited to 'standalone/android/buildchroot-inchroot-asuser')
-rwxr-xr-xstandalone/android/buildchroot-inchroot-asuser3
1 files changed, 3 insertions, 0 deletions
diff --git a/standalone/android/buildchroot-inchroot-asuser b/standalone/android/buildchroot-inchroot-asuser
index 0e75a293a..fbd6cc1bf 100755
--- a/standalone/android/buildchroot-inchroot-asuser
+++ b/standalone/android/buildchroot-inchroot-asuser
@@ -13,6 +13,9 @@ cd ghc-android
git checkout stable-ghc-snapshot
./build
+# This saves 2 gb, and the same sources are in build-*/ghc
+rm -rf stage0
+
# Set up android SDK where the git-annex android Makefile
# expects to find it.
cd ..