summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:30 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:40 +0100
commit9adc48b49dba6aa1dbca03e5e210bfb47b635f3f (patch)
tree4003d2f75b279292630906f2b367896744ab11d2
parent179dc0d7381c15d4c81ce3b62e9ec3dac60ced00 (diff)
downloadslackbuilds-9adc48b49dba6aa1dbca03e5e210bfb47b635f3f.tar.gz
misc/tidyp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--misc/tidyp/tidyp.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/tidyp/tidyp.SlackBuild b/misc/tidyp/tidyp.SlackBuild
index 91b70177bc..29ac057118 100644
--- a/misc/tidyp/tidyp.SlackBuild
+++ b/misc/tidyp/tidyp.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tidyp
VERSION=${VERSION:-1.04}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -105,6 +105,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