mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
xen: use makejobs in make install
[ci skip]
This commit is contained in:
parent
ab7416ae1d
commit
347c258fdc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue