[arch-commits] Commit in sysdig/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jan 5 07:53:33 UTC 2016


    Date: Tuesday, January 5, 2016 @ 08:53:32
  Author: mtorromeo
Revision: 155511

upgpkg: sysdig 0.6.0-2

Fixed bash-completion path (fix proposed upstream)

Modified:
  sysdig/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-05 05:27:10 UTC (rev 155510)
+++ PKGBUILD	2016-01-05 07:53:32 UTC (rev 155511)
@@ -5,7 +5,7 @@
 
 pkgname=sysdig
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
 url="http://www.sysdig.org/"
@@ -16,6 +16,12 @@
 sha256sums=('e30da5c5385503164e2198f5a126aa9ffd212efd00e192c89aa7dd97b4ac491c')
 install=$pkgname.install
 
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
+      -i scripts/CMakeLists.txt
+}
+
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   rm -rf build



More information about the arch-commits mailing list