summaryrefslogtreecommitdiffstats
path: root/libraries/pthsem
diff options
context:
space:
mode:
author B. Watson2022-02-14 17:55:41 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:18:46 +0100
commit89cff068a158e65261b43b8e9531e5ca04735631 (patch)
treee1428f5f97b91604a6cd9509ad997f0c9f6e1372 /libraries/pthsem
parentfec8bf72f34abeafbc3bd5f744a2128949e919a3 (diff)
downloadslackbuilds-89cff068a158e65261b43b8e9531e5ca04735631.tar.gz
libraries/pthsem: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pthsem')
-rw-r--r--libraries/pthsem/pthsem.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/pthsem/pthsem.SlackBuild b/libraries/pthsem/pthsem.SlackBuild
index 368451b0ce..edd1fac3ae 100644
--- a/libraries/pthsem/pthsem.SlackBuild
+++ b/libraries/pthsem/pthsem.SlackBuild
@@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pthsem
VERSION=${VERSION:-2.0.8}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,6 +87,8 @@ cp -a ANNOUNCE AUTHORS COPYING HACKING HISTORY INSTALL NEWS PORTING \
README SUPPORT TESTS THANKS USERS ChangeLog $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