summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:26 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:38 +0100
commita7e3703183468252f3f4f133cd569b39e56db8e2 (patch)
treeaccb3e1716d9a8d557342356fe6bf3bfb4fc7b38 /graphics
parent50b2d1087ecb19f8d27f518b295085f50753282a (diff)
downloadslackbuilds-a7e3703183468252f3f4f133cd569b39e56db8e2.tar.gz
graphics/xmedcon: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-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 995aa678a4..7196a8d4d4 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