summaryrefslogtreecommitdiffstats
path: root/games/ufoai
diff options
context:
space:
mode:
author B. Watson2022-04-30 22:43:33 +0200
committer Willy Sudiarto Raharjo2022-05-07 08:59:18 +0200
commitad45cc17ddefd6076948334d1df37c9595732e77 (patch)
tree49e23e913415dca03d678039a992fda5eb0866d5 /games/ufoai
parentdb17b86e86547f3766c9654a0d4043c77bb2b1ff (diff)
downloadslackbuilds-ad45cc17ddefd6076948334d1df37c9595732e77.tar.gz
games/ufoai: Strip shared lib.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ufoai')
-rw-r--r--games/ufoai/ufoai.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/ufoai/ufoai.SlackBuild b/games/ufoai/ufoai.SlackBuild
index 1a3ceef558..0b88ec5b67 100644
--- a/games/ufoai/ufoai.SlackBuild
+++ b/games/ufoai/ufoai.SlackBuild
@@ -16,6 +16,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220430 bkw: BUILD=4: strip game.so.
+
# 20211017 bkw: BUILD=3
# - fix build on -current again:
# - disable building with BFD.
@@ -51,7 +53,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ufoai
VERSION=${VERSION:-2.5}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -168,6 +170,7 @@ make lang
# Manual install: first the data...
mkdir -p $PKG/usr/share/games/$PRGNAM $PKG/usr/games
+strip base/game.so
cp -a base $PKG/usr/share/games/$PRGNAM/
# ...then the binaries