diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:18:37 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:46 +0700 |
commit | 98570e49335f48450077640bbd38fc200597e479 (patch) | |
tree | ca3ddc4a01b849be302df4bd95118d873dd5d463 /libraries/lksctp-tools | |
parent | dcd500c8aa894cc0d9a0644392137d21318bab22 (diff) | |
download | slackbuilds-98570e49335f48450077640bbd38fc200597e479.tar.gz |
libraries/lksctp-tools: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lksctp-tools')
-rw-r--r-- | libraries/lksctp-tools/lksctp-tools.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/lksctp-tools/lksctp-tools.SlackBuild b/libraries/lksctp-tools/lksctp-tools.SlackBuild index a1153ee60a..913c3a862f 100644 --- a/libraries/lksctp-tools/lksctp-tools.SlackBuild +++ b/libraries/lksctp-tools/lksctp-tools.SlackBuild @@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lksctp-tools VERSION=${VERSION:-1.0.17} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,6 +86,8 @@ find $PKG -name perllocal.pod \ -o -name "*.bs" \ | xargs rm -f +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |