libwnck3: Remove NUMJOBS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2018-06-04 20:49:34 +07:00
parent bc1b583f67
commit 5cdb003a5d
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -40,8 +40,6 @@ fi
wget -c https://download.gnome.org/sources/$SRCNAM/3.24/$SRCNAM-$VERSION.tar.xz
NUMJOBS=${NUMJOBS:-" -j8 "}
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}
PKG=$TMP/package-$PRGNAM
@ -94,7 +92,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-introspection=yes \
--build=$ARCH-slackware-linux
make $NUMJOBS || make
make
make install DESTDIR=$PKG
# Don't ship .la files: