summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:18:42 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:49 +0100
commitca8920377d44f78db598711d7d5a80b23877bb88 (patch)
tree5b2eaedab0103f7f84b1ccbef9573b85883452da /libraries
parenta170cbfd822093f7b54531261a24b7c154b53f04 (diff)
downloadslackbuilds-ca8920377d44f78db598711d7d5a80b23877bb88.tar.gz
libraries/nspluginwrapper: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/nspluginwrapper/nspluginwrapper.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/nspluginwrapper/nspluginwrapper.SlackBuild b/libraries/nspluginwrapper/nspluginwrapper.SlackBuild
index 5960b73274..748096c628 100644
--- a/libraries/nspluginwrapper/nspluginwrapper.SlackBuild
+++ b/libraries/nspluginwrapper/nspluginwrapper.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nspluginwrapper
VERSION=${VERSION:-git20130818}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -102,6 +102,8 @@ cp -a \
cat $CWD/README.midori > $PKG/usr/doc/$PRGNAM-$VERSION/README.midori
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