Browse Source

linux-man-pages: force use `make -j1`

Should fix installation issues that randomly happening
when building package on CI/CD.
emacs-27
Leonid Plyushch 5 years ago
parent
commit
d4d7e88c04
  1. 2
      packages/linux-man-pages/build.sh

2
packages/linux-man-pages/build.sh

@ -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…
Cancel
Save