summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-07 12:08:45 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:48 +0700
commite73125d7eaf8e0db32a9a2edc4f5c292b46941cd (patch)
tree136611eff6a72fea2ac885eceab430fc1c638bc9 /system
parent9d82f15d9b984ad2c50a7c1245eae2e6ec2d8fe2 (diff)
downloadslackbuilds-e73125d7eaf8e0db32a9a2edc4f5c292b46941cd.tar.gz
slackbuilds-e73125d7eaf8e0db32a9a2edc4f5c292b46941cd.tar.xz
system/audit: 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/audit/audit.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/audit/audit.SlackBuild b/system/audit/audit.SlackBuild
index 6390e40d94..baf85c9b38 100644
--- a/system/audit/audit.SlackBuild
+++ b/system/audit/audit.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=audit
VERSION=${VERSION:-3.0.7}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -122,6 +122,8 @@ cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
find $PKG/usr/doc -size 0 -exec rm {} \;
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc