From e410bf37bcbb0bcdad0a792033cf16ef47b105f4 Mon Sep 17 00:00:00 2001 From: Richard Mortier Date: Fri, 10 May 2019 22:21:15 +0100 Subject: readme: fix some `make` targets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1bb50d..be4f734 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ A Docker-ised `abuild` for invocation from within an `aports/` tree. Attempts to ## Configuration -The `dabuild` script is generated from `dabuild.in` on `make build`. This ensures synchronisation of volume names. By default, the `dabuild` script then uses the Docker image `mor1/abuild`. To use a different image, set the `IMG` variable in the `Makefile` and then `make build`. +The `dabuild` script is generated from `dabuild.in` on `make dabuild`. This ensures synchronisation of volume names. By default, the `dabuild` script then uses the Docker image `mor1/dabuild`. To use a different image, set the `IMG` variable in the `Makefile` and then `make dabuild`. -On invocation from within an `aports/` tree, the script will determine the root of the tree (`.../aports/`) and bind mount it into the container at `/home/builder/aports`. It also bind mounts `$HOME/.abuild` for configuration and `.../aports/../packages` for `abuild` output packages. +On invocation from within an `aports/` tree, the script will determine the root of the tree (`.../aports/`) and bind mount it into the container at `/home/builder/aports`. It also bind mounts `$HOME/.abuild` for configuration and `.../aports/../packages` for `abuild` to output packages. ## Building without fetching -- cgit v1.2.3