From 431df01f2a65235a6c184a7093dacb7f8d78d9e7 Mon Sep 17 00:00:00 2001 From: Wetitpig Date: Wed, 13 Feb 2019 13:11:11 +0800 Subject: [PATCH] Capitalisation seems awkward --- docs/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index b46338233..b35bb249b 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -57,7 +57,7 @@ Package build flow is controlled by script [build-package.sh](../build-package.s | 15 | `termux_step_make` | yes | Make the package. | | 16 | `termux_step_make_install` | yes | Install the package. | | 17 | `termux_step_post_make_install` | yes | Hook before extraction. | -| 18 | `termux_step_extract_into_massagedir` | No with `make_install` | Extracts installed files. | +| 18 | `termux_step_extract_into_massagedir` | no with `make_install` | Extracts installed files. | | 19 | `termux_step_massage` | no | Remove unusable files and creates subpackages. | | 20 | `termux_step_post_massage` | yes | Final hook before packaging. | | 21 | `termux_step_create_datatar` | no | Archive package files. |