summaryrefslogtreecommitdiffstats
path: root/libraries/gnome-sharp
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:17:32 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:10 +0100
commit45f3cb879946049058406c95596b693ddbf8b2ff (patch)
treedd4a526d6feb93aa8a60e32000213f8d6fa881ee /libraries/gnome-sharp
parent46b687afca4c59ee537dcb8fcd7197f36bba5db1 (diff)
downloadslackbuilds-45f3cb879946049058406c95596b693ddbf8b2ff.tar.gz
libraries/gnome-sharp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gnome-sharp')
-rw-r--r--libraries/gnome-sharp/gnome-sharp.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/gnome-sharp/gnome-sharp.SlackBuild b/libraries/gnome-sharp/gnome-sharp.SlackBuild
index f471e8869f..236883bb84 100644
--- a/libraries/gnome-sharp/gnome-sharp.SlackBuild
+++ b/libraries/gnome-sharp/gnome-sharp.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-sharp
VERSION=${VERSION:-2.24.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -99,6 +99,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog 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