diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 13:52:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 13:52:26 -0400 |
commit | ee3955ed95711197b4480aeaee952515cbece6d8 (patch) | |
tree | 19ec6263638d90e63aa3c124ee1822337cade3bb /standalone/android | |
parent | 11c7d89f290c181432715aca73fbd94e491ece84 (diff) |
create home dir
Diffstat (limited to 'standalone/android')
-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 95b800410..1ecc4ceb6 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -18,7 +18,7 @@ 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 androidbuilder +useradd androidbuilder --create-home su androidbuilder -c $0-asuser umount /proc |