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:
parent
669e44983f
commit
534c905a94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user