From b070831976faeb16b8c24184edff33a32b2d64de Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 7 Mar 2022 12:08:46 -0500 Subject: system/dahdi-complete: Remove .la files. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/dahdi-complete/dahdi-complete.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system/dahdi-complete') diff --git a/system/dahdi-complete/dahdi-complete.SlackBuild b/system/dahdi-complete/dahdi-complete.SlackBuild index db7da3730d..8eacfb87be 100644 --- a/system/dahdi-complete/dahdi-complete.SlackBuild +++ b/system/dahdi-complete/dahdi-complete.SlackBuild @@ -13,7 +13,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dahdi-complete VERSION=${VERSION:-20201116_5c840cf} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -128,6 +128,8 @@ find $PKG/lib/firmware -size 0 -delete || true # Remove unused directory rm -rf $PKG/usr/lib +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 -- cgit v1.2.3