summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/dahdi-complete/dahdi-complete.SlackBuild4
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