summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-12-23 22:24:31 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-23 23:16:32 +0100
commit4f0f62b76e4f5d4152fbe0b218c702df46c0820b (patch)
tree892a19e49b1a6f8963883d48170d9f88bd748d29
parent36a0de21cfaff9691fa81db880b8880b96b9eeea (diff)
downloadslackbuilds-4f0f62b76e4f5d4152fbe0b218c702df46c0820b.tar.gz
slackbuilds-4f0f62b76e4f5d4152fbe0b218c702df46c0820b.tar.xz
games/micropolis: Forced -j1 also for make install.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--games/micropolis/micropolis.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/micropolis/micropolis.SlackBuild b/games/micropolis/micropolis.SlackBuild
index d26530f682..9a188e8ed4 100644
--- a/games/micropolis/micropolis.SlackBuild
+++ b/games/micropolis/micropolis.SlackBuild
@@ -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 \