games/micropolis: Forced -j1 also for make install.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
36a0de21cf
commit
4f0f62b76e
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue