network/quagga: Remove .la files.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-03-07 12:08:40 -05:00 committed by Willy Sudiarto Raharjo
parent 77daa68872
commit 06e9f9f9b6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=quagga
VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -154,6 +154,8 @@ cp -a \
AUTHORS ChangeLog COPYING* README INSTALL REPORTING-BUGS TODO SERVICES \
$PKG/usr/doc/$PRGNAM-$VERSION
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