summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-14 12:18:28 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-16 08:19:41 +0700
commitf77a7b904acd89733ecb1d71bed50dd067c218df (patch)
tree4bfa2903cc3c62ea90dbe97e9c3edbd4148b1dd0
parent78d8c690fe629823f60e5b162fe40f954806010a (diff)
downloadslackbuilds-f77a7b904acd89733ecb1d71bed50dd067c218df.tar.gz
slackbuilds-f77a7b904acd89733ecb1d71bed50dd067c218df.tar.xz
libraries/libticables2: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libticables2/libticables2.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/libticables2/libticables2.SlackBuild b/libraries/libticables2/libticables2.SlackBuild
index 11804ee91f..51d1d728da 100644
--- a/libraries/libticables2/libticables2.SlackBuild
+++ b/libraries/libticables2/libticables2.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libticables2
VERSION=${VERSION:-1.3.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -98,6 +98,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -name "Makefile" -exec rm {} \;
find $PKG/usr/doc -type f -exec chmod 644 {} \;
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc