From 1ab7d9da2aac92ebfd36676e652331009c523ade Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 30 May 2019 18:17:55 +0100 Subject: no real reason to keep the mount point variable --- README.txt | 2 +- docker-build | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 8496d27..2f87d2f 100644 --- a/README.txt +++ b/README.txt @@ -9,7 +9,7 @@ Don't use this if you're not me. * mount it at /mnt/android-build *WITH THE EXEC OPTION* * run - ./docker-build /mnt/android-build/build init + ./docker-build init * wait diff --git a/docker-build b/docker-build index 3951c00..3d5f2a8 100755 --- a/docker-build +++ b/docker-build @@ -4,8 +4,7 @@ cd "$(dirname "$(readlink -f "$0")")" docker build --tag treble docker/ -output="$1" -shift +output=/mnt/android-build/build exec docker run -ti \ -v "$(pwd)":/treble \ -- cgit v1.2.3