From ccf95fb2a2f0f7e34039360e8f8c1ffa96206502 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Sep 2013 13:35:49 -0400 Subject: [PATCH] java needs /proc mounted in the chroot? why am I surprised? --- standalone/android/buildchroot-inchroot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot index 7603f1492b..1229f5b168 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -6,6 +6,7 @@ if [ "$(whoami)" != root ]; then exit 1 fi +# java needs this mounted to work mount -t proc proc /proc echo "deb-src http://ftp.us.debian.org/debian stable main" >> /etc/apt/sources.list @@ -22,5 +23,3 @@ dpkg -i automake*.deb rm *.deb useradd androidbuilder --create-home su androidbuilder -c $0-asuser - -umount /proc