diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:18:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:49 +0700 |
commit | ca8920377d44f78db598711d7d5a80b23877bb88 (patch) | |
tree | 5b2eaedab0103f7f84b1ccbef9573b85883452da /libraries/nspluginwrapper | |
parent | a170cbfd822093f7b54531261a24b7c154b53f04 (diff) |
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/nspluginwrapper')
-rw-r--r-- | libraries/nspluginwrapper/nspluginwrapper.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/nspluginwrapper/nspluginwrapper.SlackBuild b/libraries/nspluginwrapper/nspluginwrapper.SlackBuild index 5960b732744e..748096c62819 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 |