From c31dbf313d549883577e4b875433d335a4fb2b35 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Feb 2022 12:19:00 -0500 Subject: libraries/wxPython: Remove .la files. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- libraries/wxPython/wxPython.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libraries') 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 -- cgit v1.2.3