summaryrefslogtreecommitdiffstats
path: root/network/shibboleth-sp
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-07 12:08:41 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:46 +0700
commit2d3ccb1f7d697512ebfccf5e7f4970f40b4e6271 (patch)
treeae374a53cf124427fd9a873bab62e2cfdcf4f9d1 /network/shibboleth-sp
parent192e20a1a17dbb761eb880403065b66adde32135 (diff)
downloadslackbuilds-2d3ccb1f7d697512ebfccf5e7f4970f40b4e6271.tar.gz
slackbuilds-2d3ccb1f7d697512ebfccf5e7f4970f40b4e6271.tar.xz
network/shibboleth-sp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/shibboleth-sp')
-rw-r--r--network/shibboleth-sp/shibboleth-sp.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/shibboleth-sp/shibboleth-sp.SlackBuild b/network/shibboleth-sp/shibboleth-sp.SlackBuild
index 2852ee5293..82f8cc86bc 100644
--- a/network/shibboleth-sp/shibboleth-sp.SlackBuild
+++ b/network/shibboleth-sp/shibboleth-sp.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=shibboleth-sp
VERSION=${VERSION:-3.0.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -122,6 +122,8 @@ mv $PKG/usr/doc/shibboleth-$VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
+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