diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-07 12:08:35 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 09:44:43 +0700 |
commit | 0b8ddfe5d20542aede60b7957772221b2b6c2228 (patch) | |
tree | b838a1a970aa3f7a1e105ac52f6fd5bf2b79e72d /network/httrack | |
parent | da59aeaf51ed1f1be3e637a4c418bf11d6e75521 (diff) |
network/httrack: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/httrack')
-rw-r--r-- | network/httrack/httrack.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/httrack/httrack.SlackBuild b/network/httrack/httrack.SlackBuild index fb2552ef3b6d..606822c2a4fa 100644 --- a/network/httrack/httrack.SlackBuild +++ b/network/httrack/httrack.SlackBuild @@ -12,7 +12,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=httrack VERSION=${VERSION:-3.49.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,6 +87,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 cat $CWD/doinst.sh > $PKG/install/doinst.sh |