mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/tntnet: Remove .la files.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
01d2bbfa1a
commit
3b87deef24
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=tntnet
|
PRGNAM=tntnet
|
||||||
VERSION=${VERSION:-3.0}
|
VERSION=${VERSION:-3.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -95,6 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
|
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
|
||||||
|
|
||||||
mv $PKG/etc/$PRGNAM/$PRGNAM.xml{,.new}
|
mv $PKG/etc/$PRGNAM/$PRGNAM.xml{,.new}
|
||||||
sed -i "s|www-data|apache|" $PKG/etc/$PRGNAM/$PRGNAM.xml.new
|
sed -i "s|www-data|apache|" $PKG/etc/$PRGNAM/$PRGNAM.xml.new
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue