aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-07 12:08:26 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:38 +0700
commita7e3703183468252f3f4f133cd569b39e56db8e2 (patch)
treeaccb3e1716d9a8d557342356fe6bf3bfb4fc7b38
parent50b2d1087ecb19f8d27f518b295085f50753282a (diff)
downloadslackbuilds-a7e3703183468252f3f4f133cd569b39e56db8e2.tar.xz
graphics/xmedcon: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--graphics/xmedcon/xmedcon.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xmedcon/xmedcon.SlackBuild b/graphics/xmedcon/xmedcon.SlackBuild
index 995aa678a44a..7196a8d4d4bb 100644
--- a/graphics/xmedcon/xmedcon.SlackBuild
+++ b/graphics/xmedcon/xmedcon.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xmedcon
VERSION=${VERSION:-0.21.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -119,6 +119,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
cat $CWD/doinst.sh > $PKG/install/doinst.sh