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

David Runge dvzrv at archlinux.org
Wed May 19 10:01:56 UTC 2021


    Date: Wednesday, May 19, 2021 @ 10:01:55
  Author: dvzrv
Revision: 936393

upgpkg: trace-cmd 2.9.3-2: Rebuild to add libs.

Also build libtracecmd.

Modified:
  trace-cmd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-19 09:19:15 UTC (rev 936392)
+++ PKGBUILD	2021-05-19 10:01:55 UTC (rev 936393)
@@ -2,7 +2,7 @@
 
 pkgname=trace-cmd
 pkgver=2.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Interact with Ftrace Linux kernel internal tracer"
 arch=('x86_64')
 url="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git"
@@ -34,7 +34,7 @@
 build() {
   cd "$pkgname-$pkgver"
   export PYTHON_VERS=python3
-  make prefix='/usr' libdir_relative='lib'
+  make prefix='/usr' libdir_relative='lib' all libs
   make -C Documentation
 }
 
@@ -46,7 +46,7 @@
        libdir_relative=lib \
        DESTDIR="${pkgdir}/" \
        BASH_COMPLETE_DIR="$(pkgconf --variable=completionsdir bash-completion)" \
-       install
+       install_cmd install_libs
   make prefix="/usr" DESTDIR="${pkgdir}/" install -C Documentation
   install -vDm 644 tracecmd/${pkgname}.bash \
     "${pkgdir}/usr/share/bash/bash-completion/completions/${pkgname}"



More information about the arch-commits mailing list