diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:17:22 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:05 +0700 |
commit | 8cd5c83b71743651af44379c954403d4ff2e97f7 (patch) | |
tree | 982f9081dfdb801ff13e19d9a1cca54802fd0430 | |
parent | a60bdc7b9d0e74ff934c66f92d5766900ea73644 (diff) |
libraries/bzrtp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/bzrtp/bzrtp.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/bzrtp/bzrtp.SlackBuild b/libraries/bzrtp/bzrtp.SlackBuild index 1709b6fa9458..0f69d5f97eaf 100644 --- a/libraries/bzrtp/bzrtp.SlackBuild +++ b/libraries/bzrtp/bzrtp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bzrtp VERSION=${VERSION:-1.0.6} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -110,6 +110,8 @@ chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/* cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |