aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Mortier <mort@cantab.net>2019-05-10 22:21:15 +0100
committerRichard Mortier <mort@cantab.net>2019-05-10 22:21:15 +0100
commite410bf37bcbb0bcdad0a792033cf16ef47b105f4 (patch)
tree9ecdf24aeeb3fd7e68c7c70588a0e789875cdc51
parent64685f096408eb56c5441fb2b593cdeedd35b63b (diff)
downloaddocker-abuild-e410bf37bcbb0bcdad0a792033cf16ef47b105f4.tar.bz2
docker-abuild-e410bf37bcbb0bcdad0a792033cf16ef47b105f4.tar.xz
readme: fix some `make` targets
-rw-r--r--README.md4
1 files 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