diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:17:33 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:11 +0700 |
commit | 1a0c61143664eaf4f0bd51819420d25bb1ecd461 (patch) | |
tree | e53ce6d54d57fc8e7fa6434003ffc88d7adbca15 /libraries/gperftools | |
parent | 2917cc2f2440f26f7005e5c468f5affc9c76c7bb (diff) |
libraries/gperftools: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gperftools')
-rw-r--r-- | libraries/gperftools/gperftools.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/gperftools/gperftools.SlackBuild b/libraries/gperftools/gperftools.SlackBuild index 1708f2bbd6670..ca600cfad04b1 100644 --- a/libraries/gperftools/gperftools.SlackBuild +++ b/libraries/gperftools/gperftools.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gperftools VERSION=${VERSION:-2.9.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -105,6 +105,8 @@ cp -a AUTHORS COPYING ChangeLog NEWS README README_windows.txt TODO \ $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 |