diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:17:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:14 +0700 |
commit | f6adda0f6fdb2ff309aff100f9da15ef0e553943 (patch) | |
tree | 70cffcf90dd59dc448a067940f464fc44758989d /libraries/htmlcxx | |
parent | 1570c754a9690d1583a676ec44980659be48d4aa (diff) |
libraries/htmlcxx: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/htmlcxx')
-rw-r--r-- | libraries/htmlcxx/htmlcxx.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/htmlcxx/htmlcxx.SlackBuild b/libraries/htmlcxx/htmlcxx.SlackBuild index 8f0494f2e8d32..28785fd2bb468 100644 --- a/libraries/htmlcxx/htmlcxx.SlackBuild +++ b/libraries/htmlcxx/htmlcxx.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=htmlcxx VERSION=${VERSION:-0.87} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -105,6 +105,8 @@ cp -a ASF-2.0 AUTHORS COPYING ChangeLog INSTALL LGPL_V2 README \ $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 |