summaryrefslogtreecommitdiffstats
path: root/games/micropolis/micropolis.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-29 20:35:22 +0200
committer Matteo Bernardini <ponce@slackbuilds.org>2012-09-29 20:35:49 +0200
commit13b8f180a7429bd3af898e0b9a844d668ce70678 (patch)
tree3098bb46bbf144b97a84c3f58fb677f432ba47e5 /games/micropolis/micropolis.SlackBuild
parent5336d422f516920d20be55220baf68d5cef162be (diff)
downloadslackbuilds-13b8f180a7429bd3af898e0b9a844d668ce70678.tar.gz
slackbuilds-13b8f180a7429bd3af898e0b9a844d668ce70678.tar.xz
games/micropolis: Forced -j1 (parallel building seems broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/micropolis/micropolis.SlackBuild')
-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 02f787c372..d26530f682 100644
--- a/games/micropolis/micropolis.SlackBuild
+++ b/games/micropolis/micropolis.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM=micropolis
VERSION=20100418
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -80,7 +80,7 @@ find . -iname \*makefile\* -o -iname \*.mk \
# comment out the next line to disable the airplane crash disaster
sed -i -e 's/-DNO_AIRCRASH//' src/sim/makefile
-make PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION SLKCFLAGS="$SLKCFLAGS"
+make -j1 PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION SLKCFLAGS="$SLKCFLAGS"
make install PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG
# Make .desktop file pass desktop-file-validate