summaryrefslogtreecommitdiffstats
path: root/network/openvswitch-utils
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:39 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:45 +0100
commitfa5376182aca568f5435951e4817a4ee97a11967 (patch)
tree3fa84fd751516bd72f408944c7ef4273c49284ea /network/openvswitch-utils
parentf7ee9904b1f2ae96b596b3cc7ef90e762a62621f (diff)
downloadslackbuilds-fa5376182aca568f5435951e4817a4ee97a11967.tar.gz
network/openvswitch-utils: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/openvswitch-utils')
-rw-r--r--network/openvswitch-utils/openvswitch-utils.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/openvswitch-utils/openvswitch-utils.SlackBuild b/network/openvswitch-utils/openvswitch-utils.SlackBuild
index d8dd942db0..79099d9eca 100644
--- a/network/openvswitch-utils/openvswitch-utils.SlackBuild
+++ b/network/openvswitch-utils/openvswitch-utils.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openvswitch-utils
VERSION=${VERSION:-2.15.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -113,6 +113,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.rst LICENSE NEWS NOTICE $CWD/README.SLACKWARE $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