Browse Source

libraries/lksctp-tools: Remove .la files.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/171/head
B. Watson 4 years ago
committed by Willy Sudiarto Raharjo
parent
commit
98570e4933
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      libraries/lksctp-tools/lksctp-tools.SlackBuild

4
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

Loading…
Cancel
Save