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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Jan 23 18:32:55 UTC 2019


    Date: Wednesday, January 23, 2019 @ 18:32:54
  Author: bpiotrowski
Revision: 427302

1.13.0+9+8fba206-2: move binary to /usr/bin

Modified:
  conmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 18:30:04 UTC (rev 427301)
+++ PKGBUILD	2019-01-23 18:32:54 UTC (rev 427302)
@@ -2,7 +2,7 @@
 
 pkgname=conmon
 pkgver=1.13.0+9+8fba206
-pkgrel=1
+pkgrel=2
 pkgdesc='OCI container runtime monitor'
 arch=(x86_64)
 url='https://github.com/containers/conmon'
@@ -24,6 +24,5 @@
 }
 
 package() {
-  cd conmon
-  make PREFIX="$pkgdir/usr" LIBEXECDIR="$pkgdir/usr/lib" install
+  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
 }



More information about the arch-commits mailing list