cabal-install: pass makejobs to bootstrap.sh

This commit is contained in:
John 2021-03-21 15:14:51 +01:00
parent 15979ab9f8
commit 762550bc21

View file

@ -15,7 +15,7 @@ nopie_files="/usr/bin/cabal"
nocross=yes
do_build() {
PREFIX=$PWD/build sh bootstrap.sh --user
PREFIX=$PWD/build sh bootstrap.sh --jobs ${XBPS_MAKEJOBS} --user
}
do_install() {
vbin build/bin/cabal