summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:22 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:36 +0100
commit6fb7144473d77b39713b9c475de931bc197cf74a (patch)
tree39bc7b9fe72862eb0903f38d7f5435f0aa69b0e9 /games
parent263e9b31b113e90bd96efe28217cf6c37d084b8a (diff)
downloadslackbuilds-6fb7144473d77b39713b9c475de931bc197cf74a.tar.gz
games/quakeforge: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/quakeforge/quakeforge.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/quakeforge/quakeforge.SlackBuild b/games/quakeforge/quakeforge.SlackBuild
index b283900269..47792429f4 100644
--- a/games/quakeforge/quakeforge.SlackBuild
+++ b/games/quakeforge/quakeforge.SlackBuild
@@ -6,7 +6,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=quakeforge
VERSION=${VERSION:-0.7.0}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -98,6 +98,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