Date: Monday, September 19, 2016 @ 21:20:17
  Author: bisson
Revision: 276724

implement FS#50835

Modified:
  procps-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-09-19 21:20:05 UTC (rev 276723)
+++ PKGBUILD    2016-09-19 21:20:17 UTC (rev 276724)
@@ -38,7 +38,10 @@
                --sbindir=/usr/bin \
                --enable-watch8bit \
                --with-systemd \
+               --disable-kill \
 
+       # kill is provided by util-linux
+
        make
 }
 
@@ -45,8 +48,4 @@
 package() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install
-
-       # provided by util-linux
-       rm "${pkgdir}/usr/bin/kill"
-       rm "${pkgdir}/usr/share/man/man1/kill.1"
 }

Reply via email to