diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-07 12:08:18 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 09:44:34 +0700 |
commit | 4b5c60546607137884654c47e146ba04300afb83 (patch) | |
tree | 057d111d3bd1991413abed99d5d7db81c189618f /development/ldns | |
parent | 9d5ec744d9d570b0ab4a69c98d8898955511eeff (diff) |
development/ldns: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ldns')
-rw-r--r-- | development/ldns/ldns.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/ldns/ldns.SlackBuild b/development/ldns/ldns.SlackBuild index d8dce8900418..ecc7b134ebeb 100644 --- a/development/ldns/ldns.SlackBuild +++ b/development/ldns/ldns.SlackBuild @@ -39,7 +39,7 @@ PRGNAM=ldns VERSION=${VERSION:-1.7.1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -142,6 +142,8 @@ find $PKG -type f -perm 444 -exec chmod 0644 '{}' \; find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG -name "LDNS.so" -exec chmod 0755 {} \; +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh |