diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 11:55:58 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:18:55 +0700 |
commit | 720e44b1212319af558cb493beef18bf1cb1aca1 (patch) | |
tree | 2bba089a31efe43e3a613a319a071902a78cf6a2 /system | |
parent | a5ad1d05e5d6623d8b3d82014d477e5a52bc69cc (diff) | |
download | slackbuilds-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')
-rw-r--r-- | system/hercules/hercules.SlackBuild | 4 |
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 |