games/micropolis: Forced -j1 also for make install.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-12-23 22:24:31 +01:00
parent 36a0de21cf
commit 4f0f62b76e
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
PRGNAM=micropolis
VERSION=20100418
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -81,7 +81,7 @@ find . -iname \*makefile\* -o -iname \*.mk \
sed -i -e 's/-DNO_AIRCRASH//' src/sim/makefile
make -j1 PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION SLKCFLAGS="$SLKCFLAGS"
make install PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG
make -j1 install PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG
# Make .desktop file pass desktop-file-validate
sed -i -e \