network/mldonkey: Force a single make job.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-04 17:49:42 +01:00 committed by Robby Workman
parent ba167dc7a9
commit 2451bc9804

View file

@ -27,7 +27,7 @@
PRGNAM=mldonkey
VERSION=${VERSION:-3.1.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -97,7 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux \
$GUIOPT
make
make -j1
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \