summaryrefslogtreecommitdiffstats
path: root/desktop/gntp-send
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:11 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:30 +0100
commit4c46b330b6da4b737d7c38c381313e7c5395f36a (patch)
tree1a91004dc54581cae286449d8e89da926ba31d0c /desktop/gntp-send
parent62ee22ede7a9575232efe3cbfc9b2af6d9d618bf (diff)
downloadslackbuilds-4c46b330b6da4b737d7c38c381313e7c5395f36a.tar.gz
desktop/gntp-send: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gntp-send')
-rw-r--r--desktop/gntp-send/gntp-send.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/gntp-send/gntp-send.SlackBuild b/desktop/gntp-send/gntp-send.SlackBuild
index 472dea1bfe..1f244d05f9 100644
--- a/desktop/gntp-send/gntp-send.SlackBuild
+++ b/desktop/gntp-send/gntp-send.SlackBuild
@@ -12,7 +12,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gntp-send
VERSION=${VERSION:-0.3.2}
GITCOMMIT=8241d46903219cecca371f89ac6edf33a091eb03
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,6 +87,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