summaryrefslogtreecommitdiffstats
path: root/games/freeciv/freeciv.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-07 12:08:22 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:36 +0700
commit263e9b31b113e90bd96efe28217cf6c37d084b8a (patch)
treee143aa8169ce33215f209af90cb87c5b3c3dec70 /games/freeciv/freeciv.SlackBuild
parentca29dac2806fcdf1548c32c306f59920ecd02279 (diff)
downloadslackbuilds-263e9b31b113e90bd96efe28217cf6c37d084b8a.tar.gz
slackbuilds-263e9b31b113e90bd96efe28217cf6c37d084b8a.tar.xz
games/freeciv: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--games/freeciv/freeciv.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild
index 3cc504c4a2..c4a540b83f 100644
--- a/games/freeciv/freeciv.SlackBuild
+++ b/games/freeciv/freeciv.SlackBuild
@@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=freeciv
VERSION=${VERSION:-3.0.0}
SRCVERSION=${SRCVERSION:-3.0.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -117,6 +117,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/man
find $PKG/usr/doc/$PRGNAM-$VERSION -name "Makefile*" -type f -exec rm {} \;
+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