diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-07 12:08:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 09:44:47 +0700 |
commit | 7e015f1a00545543c445f6074d7ad775538cff5f (patch) | |
tree | af61078c15406ce795a8a6c245a917a443f17c7a /network/thrift/thrift.SlackBuild | |
parent | b92f0a54b1c2503a7875fdf6f018f5fca8bbc165 (diff) |
network/thrift: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/thrift/thrift.SlackBuild')
-rw-r--r-- | network/thrift/thrift.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/thrift/thrift.SlackBuild b/network/thrift/thrift.SlackBuild index d2499d15c388..06735c6c13e5 100644 --- a/network/thrift/thrift.SlackBuild +++ b/network/thrift/thrift.SlackBuild @@ -20,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thrift VERSION=${VERSION:-0.14.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -100,6 +100,8 @@ cp -a \ $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 |