development/THE: Add -j1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Richard Narron 2024-04-19 21:54:46 +07:00 committed by Willy Sudiarto Raharjo
parent cfb93278a3
commit 387b1f81f8
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=THE
VERSION=${VERSION:-3.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -99,7 +99,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc
make
make install DESTDIR=$PKG
make -j1 install DESTDIR=$PKG
rm -rf doc/html
make html