summaryrefslogtreecommitdiffstats
path: root/graphics/graphviz
diff options
context:
space:
mode:
author B. Watson2022-02-14 17:56:00 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:18:56 +0100
commit9a8c42bb7777195eec8db18a35f7892f40e04a48 (patch)
tree389404358c199156ba6dc56fc78ad26bcbe97e65 /graphics/graphviz
parente13f47e9831d5af580f0b26380adcf9d4b06a419 (diff)
downloadslackbuilds-9a8c42bb7777195eec8db18a35f7892f40e04a48.tar.gz
graphics/graphviz: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/graphviz.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild
index 64d99cc85c..f869e4c5cf 100644
--- a/graphics/graphviz/graphviz.SlackBuild
+++ b/graphics/graphviz/graphviz.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=graphviz
VERSION=${VERSION:-2.40.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -131,6 +131,8 @@ mv $PKG/usr/share/$PRGNAM/doc/* $PKG/usr/doc/$PRGNAM-$VERSION
rmdir $PKG/usr/share/$PRGNAM/doc
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