From 720e44b1212319af558cb493beef18bf1cb1aca1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Feb 2022 11:55:58 -0500 Subject: system/hercules: Remove .la files. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/hercules/hercules.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system/hercules') diff --git a/system/hercules/hercules.SlackBuild b/system/hercules/hercules.SlackBuild index 314a3b70f416..b8fe26c940ca 100644 --- a/system/hercules/hercules.SlackBuild +++ b/system/hercules/hercules.SlackBuild @@ -10,7 +10,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hercules VERSION=${VERSION:-3.13} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -111,6 +111,8 @@ mv $PKG/usr/share/hercules/*.{html,css} $PKG/usr/doc/$PRGNAM-$VERSION/html/ mv $PKG/usr/share/hercules/images $PKG/usr/doc/$PRGNAM-$VERSION/html/ mv $PKG/usr/share/hercules/include $PKG/usr/doc/$PRGNAM-$VERSION/html/ +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 -- cgit v1.2.3