summaryrefslogtreecommitdiffstats
path: root/libraries/json-parser
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/json-parser')
-rw-r--r--libraries/json-parser/json-parser.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/json-parser/json-parser.SlackBuild b/libraries/json-parser/json-parser.SlackBuild
index 9a6b02dbda..d3be065e10 100644
--- a/libraries/json-parser/json-parser.SlackBuild
+++ b/libraries/json-parser/json-parser.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=json-parser
VERSION=${VERSION:-1.1.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -105,6 +105,8 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
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