diff options
-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 db7da3730dbdd..8eacfb87bee49 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 |