[arch-commits] Commit in procps-ng/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Mon Sep 17 08:09:59 UTC 2012
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 <eric at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
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"
}
More information about the arch-commits
mailing list