From ec8d010d7e4457b92a77d047dbb3fc70642fb791 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 7 Mar 2022 12:08:45 -0500 Subject: [PATCH] office/mythes: Remove .la files. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- office/mythes/mythes.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/office/mythes/mythes.SlackBuild b/office/mythes/mythes.SlackBuild index 97d3e5243a..ac62e06229 100644 --- a/office/mythes/mythes.SlackBuild +++ b/office/mythes/mythes.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mythes VERSION=${VERSION:-1.2.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -98,6 +98,8 @@ cp -a AUTHORS COPYING ChangeLog INSTALL README *.txt \ $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