diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2022-02-21 14:22:27 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-21 14:35:19 -0600 |
commit | d5c2c180d1b6097fa50d080cefb13de12435afed (patch) | |
tree | bd8ada59f7ec0fc3dc43618d6861b293a9c87921 | |
parent | 516312f6fb58e6ec093d7890b74d94c1a6de6113 (diff) |
games/ultimatestunts: Use a single make job.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | games/ultimatestunts/ultimatestunts.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/ultimatestunts/ultimatestunts.SlackBuild b/games/ultimatestunts/ultimatestunts.SlackBuild index 434db16ffa2a..273667e0afa4 100644 --- a/games/ultimatestunts/ultimatestunts.SlackBuild +++ b/games/ultimatestunts/ultimatestunts.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ultimatestunts -# Copyright 2018 - 2020 Johannes Schoepfer, Germany +# Copyright 2018 - 2022 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -89,7 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --build=$ARCH-slackware-linux -make +make -j1 make sysconfdir=$PKG/etc prefix=$PKG/usr install mv $PKG/etc/$PRGNAM.conf $PKG/etc/$PRGNAM.conf.new |