From 5ea17d174ac989c2bcadf5052be616ac4bc74988 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Apr 2014 13:29:17 -0400 Subject: more idempotency fixes --- standalone/android/buildchroot-inchroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/android/buildchroot-inchroot') diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot index 9d2cddff3..add03f847 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -7,7 +7,7 @@ if [ "$(whoami)" != root ]; then fi # java needs this mounted to work -mount -t proc proc /proc +mount -t proc proc /proc || true echo "deb-src http://ftp.us.debian.org/debian stable main" >> /etc/apt/sources.list apt-get update -- cgit v1.2.3