diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-04 19:07:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-04 19:07:53 -0400 |
commit | 9c911c95b88d5ec3054903a03f49b72436404dad (patch) | |
tree | cfe5f24ce88b16485698cc053884941ef91f7bbc /standalone/android/buildchroot-inchroot | |
parent | aa46268ec1ce73c934bd19e54def9ef57d050483 (diff) |
idempotency fixes
Diffstat (limited to 'standalone/android/buildchroot-inchroot')
-rwxr-xr-x | standalone/android/buildchroot-inchroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot index 00a8fa68b..9d2cddff3 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -22,5 +22,5 @@ apt-get clean wget http://snapshot.debian.org/archive/debian/20130903T155330Z/pool/main/a/automake-1.14/automake_1.14-1_all.deb dpkg -i automake*.deb rm *.deb -useradd builder --create-home || +useradd builder --create-home || true su builder -c $0-asuser |