linux-man-pages: force use make -j1

Should fix installation issues that randomly happening
when building package on CI/CD.
This commit is contained in:
Leonid Pliushch 2019-12-21 18:08:12 +02:00
parent 669e44983f
commit 534c905a94

View File

@ -29,6 +29,8 @@ share/man/man1p/getconf.1p"
termux_step_pre_configure() {
export TERMUX_MAKE_PROCESSES=1
# Bundle posix man pages in same package:
cd man-pages-posix-2013-a
make install