diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:18:41 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:48 +0700 |
commit | 179b23334cf235151ab760311d45df9e653d7de6 (patch) | |
tree | 599238d93da46abd0310220bc259e93561186d54 /libraries/mxml | |
parent | 603c700a35f5c4dda4d32819ec698cd61796a05e (diff) |
libraries/mxml: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mxml')
-rw-r--r-- | libraries/mxml/mxml.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/mxml/mxml.SlackBuild b/libraries/mxml/mxml.SlackBuild index 4f2404dff4d2..82bfa1572f8b 100644 --- a/libraries/mxml/mxml.SlackBuild +++ b/libraries/mxml/mxml.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mxml VERSION=${VERSION:-3.1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,6 +83,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |