summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:45 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:48 +0100
commit9d82f15d9b984ad2c50a7c1245eae2e6ec2d8fe2 (patch)
treefff51e974638c3e60f9d0ba928e307a7cd588539 /office
parentec8d010d7e4457b92a77d047dbb3fc70642fb791 (diff)
downloadslackbuilds-9d82f15d9b984ad2c50a7c1245eae2e6ec2d8fe2.tar.gz
office/xreader: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/xreader/xreader.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/office/xreader/xreader.SlackBuild b/office/xreader/xreader.SlackBuild
index a800329062..20d49b7dbf 100644
--- a/office/xreader/xreader.SlackBuild
+++ b/office/xreader/xreader.SlackBuild
@@ -29,7 +29,7 @@ VERSION=${VERSION:-1.4.4}
# To configure the source we need macros that exist in mate-common
# This defines the version of mate-common we'll use
MATECOMMONVERSION=1.18.0
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -112,6 +112,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING $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
cat $CWD/doinst.sh > $PKG/install/doinst.sh