desktop/ion: Use -j1 in SlackBuild.

Fixes build failure on -current.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2015-08-04 01:48:02 +01:00 committed by Willy Sudiarto Raharjo
parent 3d85a0cb35
commit 9eb11bca67
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ find -L . \
sed -e "s%@VERSION@%$VERSION%g" -e "s%@LIBDIRSUFFIX@%$LIBDIRSUFFIX%g" \
$CWD/system.mk.diff | patch -p1
make OPTS="$SLKCFLAGS"
make -j1 OPTS="$SLKCFLAGS"
# The Makefile doesn't support DESTDIR :/
make install \