diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-07 12:08:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 09:44:49 +0700 |
commit | b070831976faeb16b8c24184edff33a32b2d64de (patch) | |
tree | 7696e3b747f434e6d9e88c4fe38f3b2d311c0197 /system | |
parent | bddb7f00dc3976b2ab57de8fe4b0ac17979698fc (diff) | |
download | slackbuilds-b070831976faeb16b8c24184edff33a32b2d64de.tar.gz |
system/dahdi-complete: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/dahdi-complete/dahdi-complete.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |