summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-29 16:26:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-29 16:26:52 +0100
commite2bd78a6f221419622e39847c3b4ca69c8431cee (patch)
tree5a48d9a3f8607fc96a204f882dbe0450562a7dc0
parent7180e7efefa13fc6f7a4564963df7e2c3e528fb0 (diff)
sysdig: update to latest git and add csysdig binary to target
-rw-r--r--package/sysdig/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/sysdig/Makefile b/package/sysdig/Makefile
index 031adccda..e1ce6e51f 100644
--- a/package/sysdig/Makefile
+++ b/package/sysdig/Makefile
@@ -4,7 +4,7 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= sysdig
-PKG_VERSION:= 2a7fa53b035fabe85b5d83aa7de20080056fb4bc
+PKG_VERSION:= ce24a1dd0925c0ed5df9c3e3e290817f536715cf
PKG_GIT:= hash
PKG_RELEASE:= 1
PKG_DESCR:= system troubleshooting tool
@@ -34,6 +34,8 @@ sysdig-install:
$(INSTALL_DIR) $(IDIR_SYSDIG)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/sysdig \
$(IDIR_SYSDIG)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/csysdig \
+ $(IDIR_SYSDIG)/usr/bin
$(INSTALL_DIR) $(IDIR_SYSDIG)/usr/share
$(CP) $(WRKINST)/usr/share/* \
$(IDIR_SYSDIG)/usr/share