summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:19:00 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:58 +0100
commitc31dbf313d549883577e4b875433d335a4fb2b35 (patch)
tree131ed4d80de77456b1ad07bfe084b959ff2c0f84
parent4c5ee0861cf05cd715beace757f045d0ed9b72d2 (diff)
downloadslackbuilds-c31dbf313d549883577e4b875433d335a4fb2b35.tar.gz
libraries/wxPython: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/wxPython/wxPython.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/wxPython/wxPython.SlackBuild b/libraries/wxPython/wxPython.SlackBuild
index 4d85eaff0f..355db9f347 100644
--- a/libraries/wxPython/wxPython.SlackBuild
+++ b/libraries/wxPython/wxPython.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wxPython
VERSION=${VERSION:-2.8.12.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -176,6 +176,8 @@ cd $PKG/usr/doc/$PRGNAM-$VERSION/docs
rm -rf cocoa latex mac metrowerks microwin msw palmos word
cd -
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc