summaryrefslogtreecommitdiff
path: root/system/sysdig
diff options
context:
space:
mode:
Diffstat (limited to 'system/sysdig')
-rw-r--r--system/sysdig/sysdig.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/sysdig/sysdig.SlackBuild b/system/sysdig/sysdig.SlackBuild
index ee67e4fccd..f25f7c8bd2 100644
--- a/system/sysdig/sysdig.SlackBuild
+++ b/system/sysdig/sysdig.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=sysdig
VERSION=${VERSION:-0.1.104}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,8 +71,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Fix jsoncpp header file location.
-sed -i 's|json/|jsoncpp/|g' CMakeLists.txt userspace/libsinsp/*.{h,cpp}
# Fix manpage location
sed -i 's|share/||' userspace/sysdig/man/CMakeLists.txt