diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-09-14 06:50:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-16 12:23:20 +0700 |
commit | 623c591691c1b17168a42d42c38cbe58881cdd87 (patch) | |
tree | 2c26160486125937aefc14ef58373e6068487a5d /system/sysdig | |
parent | 923c8b6754ab46b8aeefc9870d840dd4076adf29 (diff) | |
download | slackbuilds-623c591691c1b17168a42d42c38cbe58881cdd87.tar.gz |
system/sysdig: Fix building against newer jsoncpp.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sysdig')
-rw-r--r-- | system/sysdig/sysdig.SlackBuild | 4 |
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 |