Date: Monday, September 17, 2012 @ 04:09:59
  Author: bisson
Revision: 166732

push changes

Modified:
  procps-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-09-17 06:48:07 UTC (rev 166731)
+++ PKGBUILD    2012-09-17 08:09:59 UTC (rev 166732)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Eric Bélanger <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
 
 pkgname=procps-ng
 pkgver=3.3.3
-pkgrel=5
-pkgdesc="Utilities for monitoring your system and processes on your system"
+pkgrel=6
+pkgdesc='Utilities for monitoring your system and its processes'
 arch=('i686' 'x86_64')
 url="http://gitorious.org/procps";
 license=('GPL' 'LGPL')
@@ -31,9 +32,9 @@
 package() {
   cd "${srcdir}/procps-procps"
   make DESTDIR="${pkgdir}" install
-  install -D -m644 "${srcdir}/sysctl.conf" "${pkgdir}/etc/sysctl.conf"
+  install -D -m644 ../sysctl.conf "${pkgdir}/etc/sysctl.conf"
 
-  # moved to util-linux
+  # provided by util-linux
   rm "${pkgdir}/bin/kill"
   rm "${pkgdir}/usr/share/man/man1/kill.1"
 }

Reply via email to