summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-07 12:08:11 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:30 +0700
commit4c46b330b6da4b737d7c38c381313e7c5395f36a (patch)
tree1a91004dc54581cae286449d8e89da926ba31d0c /desktop
parent62ee22ede7a9575232efe3cbfc9b2af6d9d618bf (diff)
downloadslackbuilds-4c46b330b6da4b737d7c38c381313e7c5395f36a.tar.gz
slackbuilds-4c46b330b6da4b737d7c38c381313e7c5395f36a.tar.xz
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')
-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