diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:17:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:11 +0700 |
commit | 5ee6377489fe0c295120c163b61618da0975952d (patch) | |
tree | d97ec34210e847fb39feb10cb8016e9ed29cd467 /libraries/gspell | |
parent | 4ac8696083f394f3a21dd2cbaa7e2228cab0044d (diff) |
libraries/gspell: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gspell')
-rw-r--r-- | libraries/gspell/gspell.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/gspell/gspell.SlackBuild b/libraries/gspell/gspell.SlackBuild index c1cd9313e2e2..7e278022d0e7 100644 --- a/libraries/gspell/gspell.SlackBuild +++ b/libraries/gspell/gspell.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gspell VERSION=${VERSION:-1.9.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -101,6 +101,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ABOUT-NLS AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README $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 |