diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 11:55:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:18:47 +0700 |
commit | fb1a423d9773056b613f337290f5826bb43e64aa (patch) | |
tree | 4a4f91bd69ae72827fb3615a241bfab6e2a4fd6f | |
parent | b7d4fa7f184e87e357f8ff583bc5deb6011f0d10 (diff) |
libraries/pangox-compat: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/pangox-compat/pangox-compat.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/pangox-compat/pangox-compat.SlackBuild b/libraries/pangox-compat/pangox-compat.SlackBuild index fa82a793a82e..50e720cdbcb7 100644 --- a/libraries/pangox-compat/pangox-compat.SlackBuild +++ b/libraries/pangox-compat/pangox-compat.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pangox-compat VERSION=${VERSION:-20150430_edb9e09} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -127,6 +127,8 @@ fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a [A-Z]* $PKG/usr/doc/$PRGNAM-$VERSION +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |