summaryrefslogtreecommitdiffstats
path: root/libraries/gnome-vfsmm
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:17:32 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:10 +0100
commite3c8af44ace87a4bb4acc22c3f0a92c5667768c8 (patch)
tree83354d71798f7c20c7039a7d3eb4674ea887304b /libraries/gnome-vfsmm
parent45f3cb879946049058406c95596b693ddbf8b2ff (diff)
downloadslackbuilds-e3c8af44ace87a4bb4acc22c3f0a92c5667768c8.tar.gz
libraries/gnome-vfsmm: 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-vfsmm')
-rw-r--r--libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild b/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
index c952a4074d..e29064cdf3 100644
--- a/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
+++ b/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-vfsmm
VERSION=${VERSION:-2.26.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -103,6 +103,8 @@ cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$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