summaryrefslogtreecommitdiffstats
path: root/system/hercules
diff options
context:
space:
mode:
author B. Watson2022-02-14 17:55:58 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:18:55 +0100
commit720e44b1212319af558cb493beef18bf1cb1aca1 (patch)
tree2bba089a31efe43e3a613a319a071902a78cf6a2 /system/hercules
parenta5ad1d05e5d6623d8b3d82014d477e5a52bc69cc (diff)
downloadslackbuilds-720e44b1212319af558cb493beef18bf1cb1aca1.tar.gz
system/hercules: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hercules')
-rw-r--r--system/hercules/hercules.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/hercules/hercules.SlackBuild b/system/hercules/hercules.SlackBuild
index 314a3b70f4..b8fe26c940 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