summaryrefslogtreecommitdiffstats
path: root/office/pstoedit
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-14 11:55:33 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-16 08:18:42 +0700
commit334fe85174381fd3a49733e7f6572a0f2b6f1618 (patch)
treea84522a2d1301a5ce9df4ec53b8bd20120418adc /office/pstoedit
parent27d6839cf0ccbc1224a764fd67a6d715b87f1e62 (diff)
downloadslackbuilds-334fe85174381fd3a49733e7f6572a0f2b6f1618.tar.gz
slackbuilds-334fe85174381fd3a49733e7f6572a0f2b6f1618.tar.xz
office/pstoedit: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pstoedit')
-rw-r--r--office/pstoedit/pstoedit.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/office/pstoedit/pstoedit.SlackBuild b/office/pstoedit/pstoedit.SlackBuild
index ac29db6184..6faf5cbcb6 100644
--- a/office/pstoedit/pstoedit.SlackBuild
+++ b/office/pstoedit/pstoedit.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pstoedit
VERSION=${VERSION:-3.75}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -105,6 +105,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a readme.install $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