summaryrefslogtreecommitdiffstats
path: root/network/GeoIP
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-07 12:08:32 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:41 +0700
commit5d25bc943acf038be597a09e53d47f7fddecabdf (patch)
tree521ffa35fef4e5570fabf9de4be0800b1e8229f9 /network/GeoIP
parenta74a58e4c6819fc80bd55c987a34f449ee6d44a2 (diff)
downloadslackbuilds-5d25bc943acf038be597a09e53d47f7fddecabdf.tar.gz
slackbuilds-5d25bc943acf038be597a09e53d47f7fddecabdf.tar.xz
network/GeoIP: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/GeoIP')
-rw-r--r--network/GeoIP/GeoIP.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/GeoIP/GeoIP.SlackBuild b/network/GeoIP/GeoIP.SlackBuild
index c9ce175c25..a30076739a 100644
--- a/network/GeoIP/GeoIP.SlackBuild
+++ b/network/GeoIP/GeoIP.SlackBuild
@@ -34,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=GeoIP
VERSION=${VERSION:-1.6.12}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -135,6 +135,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