diff options
| author | Richard Mortier <mort@cantab.net> | 2019-05-10 22:21:15 +0100 |
|---|---|---|
| committer | Richard Mortier <mort@cantab.net> | 2019-05-10 22:21:15 +0100 |
| commit | e410bf37bcbb0bcdad0a792033cf16ef47b105f4 (patch) | |
| tree | 9ecdf24aeeb3fd7e68c7c70588a0e789875cdc51 | |
| parent | 64685f096408eb56c5441fb2b593cdeedd35b63b (diff) | |
| download | docker-abuild-e410bf37bcbb0bcdad0a792033cf16ef47b105f4.tar.bz2 docker-abuild-e410bf37bcbb0bcdad0a792033cf16ef47b105f4.tar.xz | |
readme: fix some `make` targets
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
