diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 11:56:06 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:00 +0700 |
commit | 2f3b865253f9ffeaa70799d3a5d98196e7ec335e (patch) | |
tree | 6b6db61f87a28b802ad0d7726f6ce0eb7ffcc418 /system | |
parent | 4b38f24b15eb7627a7fb2dadeb996748a9df2928 (diff) |
system/bacula-client: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/bacula-client/bacula-client.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/bacula-client/bacula-client.SlackBuild b/system/bacula-client/bacula-client.SlackBuild index 921ddb02c487..d31e01636468 100644 --- a/system/bacula-client/bacula-client.SlackBuild +++ b/system/bacula-client/bacula-client.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bacula-client VERSION=${VERSION:-9.6.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -120,6 +120,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 |