manpages: fix build

This commit is contained in:
Lucinda May Phipps 2021-09-01 04:18:46 +01:00 committed by GitHub
parent 2694f51bdd
commit ad1a662652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ termux_step_pre_configure() {
export TERMUX_MAKE_PROCESSES=1
# Bundle posix man pages in same package:
cd man-pages-posix-${TERMUX_PKG_VERSION[1]}-a
cd man-pages-posix-${TERMUX_PKG_VERSION[1]}
make install
}