diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:17:32 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:10 +0700 |
commit | e3c8af44ace87a4bb4acc22c3f0a92c5667768c8 (patch) | |
tree | 83354d71798f7c20c7039a7d3eb4674ea887304b /libraries/gnome-vfsmm | |
parent | 45f3cb879946049058406c95596b693ddbf8b2ff (diff) | |
download | slackbuilds-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.SlackBuild | 4 |
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 |