summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-04 19:00:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-04 19:00:28 -0400
commitaa46268ec1ce73c934bd19e54def9ef57d050483 (patch)
tree795e9dbd7f1064307e45f95dd7f2c0a9d0ef0512 /standalone
parent27256a5c1a18430ea829d47347a0e4c64592a920 (diff)
renaming build user for consistency
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/android/buildchroot2
-rwxr-xr-xstandalone/android/buildchroot-inchroot4
2 files changed, 3 insertions, 3 deletions
diff --git a/standalone/android/buildchroot b/standalone/android/buildchroot
index 44337eb0c..396beab78 100755
--- a/standalone/android/buildchroot
+++ b/standalone/android/buildchroot
@@ -20,7 +20,7 @@ chroot debian-stable-android "tmp/$(basename $0)-inchroot"
echo
echo
-echo "debian-stable-android is set up, with a user androidbuilder"
+echo "debian-stable-android is set up, with a user builder"
echo "your next step is probably to check out git-annex in this chroot"
echo "and run standalone/android/install-haskell-packages"
echo
diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot
index a5fa2ce85..00a8fa68b 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 androidbuilder --create-home
-su androidbuilder -c $0-asuser
+useradd builder --create-home ||
+su builder -c $0-asuser