From fc1d9694f29c6d593bbe12fc0e2de0e01df6445b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Oct 2008 05:51:51 +0200 Subject: [PATCH] chroot: respect current XBPS_MAKEJOBS setting. --HG-- extra : convert_revision : fbe719c7677fcb4a19a4702e76eb45bb36d76126 --- helper-templates/install-chroot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helper-templates/install-chroot.sh b/helper-templates/install-chroot.sh index d6fc84f3db0..b6777e18132 100644 --- a/helper-templates/install-chroot.sh +++ b/helper-templates/install-chroot.sh @@ -60,6 +60,9 @@ echo "XBPS_BUILDDIR=/xbps_builddir" >> $XBPS_MASTERDIR/etc/xbps.conf echo "XBPS_SRCDISTDIR=/xbps/srcdistdir" >> $XBPS_MASTERDIR/etc/xbps.conf echo "XBPS_CFLAGS=\"$XBPS_CFLAGS\"" >> $XBPS_MASTERDIR/etc/xbps.conf echo "XBPS_CXXFLAGS=\"\$XBPS_CFLAGS\"" >> $XBPS_MASTERDIR/etc/xbps.conf +if [ -n "$XBPS_MAKEJOBS" ]; then + echo "XBPS_MAKEJOBS=$XBPS_MAKEJOBS" >> $XBPS_MASTERDIR/etc/xbps.conf +fi install_chroot_pkg() {