xen: use makejobs in make install

[ci skip]
This commit is contained in:
Artem Zhurikhin 2020-08-08 13:59:53 +03:00 committed by Johannes
parent ab7416ae1d
commit 347c258fdc
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ do_build() {
do_install() {
rm -f ${XBPS_WRAPPERDIR}/strip
unset CC LD AR AS RANLIB CPP CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
make DESTDIR=${DESTDIR} NO_WERROR=1 install install-docs
make ${makejobs} DESTDIR=${DESTDIR} NO_WERROR=1 install install-docs
# Move example config files into correct directory.
vmkdir usr/share/examples/xen