mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/micropolis: Forced -j1 (parallel building seems broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
5336d422f5
commit
13b8f180a7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue