summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:18:43 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:49 +0100
commit93c2631ff8fbfa9aa9407dd11f7d21f5c7161144 (patch)
treecb8f9b45b60e0f9a09d8d7a47315e6f294c36e8c
parentf3c0649b5ddfcb37e4438b07c88e6bea6e10bd4e (diff)
downloadslackbuilds-93c2631ff8fbfa9aa9407dd11f7d21f5c7161144.tar.gz
libraries/ocaml-bisect: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/ocaml-bisect/ocaml-bisect.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/ocaml-bisect/ocaml-bisect.SlackBuild b/libraries/ocaml-bisect/ocaml-bisect.SlackBuild
index ca9a0efd25..a0a2a4e22f 100644
--- a/libraries/ocaml-bisect/ocaml-bisect.SlackBuild
+++ b/libraries/ocaml-bisect/ocaml-bisect.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ocaml-bisect
VERSION=${VERSION:-1.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -107,6 +107,8 @@ find $PKG -print0 | xargs -0 file \
mkdir -p $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