aboutsummaryrefslogtreecommitdiff
path: root/libraries/sparsehash/sparsehash.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/sparsehash/sparsehash.SlackBuild')
-rw-r--r--libraries/sparsehash/sparsehash.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/sparsehash/sparsehash.SlackBuild b/libraries/sparsehash/sparsehash.SlackBuild
index 29aae6e3affed..a3b5f6c4e1a6e 100644
--- a/libraries/sparsehash/sparsehash.SlackBuild
+++ b/libraries/sparsehash/sparsehash.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sparsehash
VERSION=${VERSION:-2.0.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -106,6 +106,8 @@ rm -fR $PKG/usr/share
cp -a doc $PKG/usr/doc/$PRGNAM-$VERSION/html
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc