summaryrefslogtreecommitdiffstats
path: root/libraries/gtk-sharp/gtk-sharp.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-14 11:55:59 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-16 08:18:56 +0700
commite13f47e9831d5af580f0b26380adcf9d4b06a419 (patch)
tree349a6776e4e5a0ba4a1035aad0e268dbc821cb17 /libraries/gtk-sharp/gtk-sharp.SlackBuild
parent70672a3c8bd41150a9f94f58f8ef07907d70f332 (diff)
downloadslackbuilds-e13f47e9831d5af580f0b26380adcf9d4b06a419.tar.gz
slackbuilds-e13f47e9831d5af580f0b26380adcf9d4b06a419.tar.xz
libraries/gtk-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/gtk-sharp/gtk-sharp.SlackBuild')
-rw-r--r--libraries/gtk-sharp/gtk-sharp.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/gtk-sharp/gtk-sharp.SlackBuild b/libraries/gtk-sharp/gtk-sharp.SlackBuild
index 7ad0f28e6b..7b311ce07b 100644
--- a/libraries/gtk-sharp/gtk-sharp.SlackBuild
+++ b/libraries/gtk-sharp/gtk-sharp.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gtk-sharp
VERSION=${VERSION:-2.12.45}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -108,6 +108,8 @@ cp -a \
$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