summaryrefslogtreecommitdiffstats
path: root/games/xonotic
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:23 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:36 +0100
commit748661023de0caeed5aaa96382189579ca0df14c (patch)
treee7be1a61a9a857876bb1c1762de63d1ec7cae48c /games/xonotic
parent3975026f5ef7392b27f9b757feec81b81caab22b (diff)
downloadslackbuilds-748661023de0caeed5aaa96382189579ca0df14c.tar.gz
games/xonotic: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xonotic')
-rw-r--r--games/xonotic/xonotic.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild
index 716680dbcb..d0b41d0f5e 100644
--- a/games/xonotic/xonotic.SlackBuild
+++ b/games/xonotic/xonotic.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xonotic
VERSION=${VERSION:-0.8.2}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -128,6 +128,8 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh