system/yelp-xsl: Remove NUMJOBS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-27 18:31:41 +07:00 committed by Robby Workman
parent 1be76785e1
commit 5c0ee1476a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make $NUMJOBS || make
make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \