diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:19:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:58 +0700 |
commit | c31dbf313d549883577e4b875433d335a4fb2b35 (patch) | |
tree | 131ed4d80de77456b1ad07bfe084b959ff2c0f84 /libraries/wxPython | |
parent | 4c5ee0861cf05cd715beace757f045d0ed9b72d2 (diff) |
libraries/wxPython: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython')
-rw-r--r-- | libraries/wxPython/wxPython.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/wxPython/wxPython.SlackBuild b/libraries/wxPython/wxPython.SlackBuild index 4d85eaff0fc3..355db9f34791 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 |