Capitalisation seems awkward

This commit is contained in:
Wetitpig 2019-02-13 13:11:11 +08:00 committed by Leonid Pliushch
parent 2ed399c93c
commit 431df01f2a
1 changed files with 1 additions and 1 deletions

View File

@ -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. |