diff options
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 |
commit | 13b8f180a7429bd3af898e0b9a844d668ce70678 (patch) | |
tree | 3098bb46bbf144b97a84c3f58fb677f432ba47e5 /games/micropolis | |
parent | 5336d422f516920d20be55220baf68d5cef162be (diff) |
games/micropolis: Forced -j1 (parallel building seems broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/micropolis')
-rw-r--r-- | games/micropolis/micropolis.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/micropolis/micropolis.SlackBuild b/games/micropolis/micropolis.SlackBuild index 02f787c3721e..d26530f6820a 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 |