summaryrefslogtreecommitdiff
path: root/community/atop
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-28 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2011-10-28 23:14:50 +0000
commit807f42c30ddb00c4e2d4034ce1720d7cb494e074 (patch)
tree80b0599366bffbfa57def09ed036e6ad635f1796 /community/atop
parent0424b5fc47f106db6498c4cda3476e1d49fe0f82 (diff)
Fri Oct 28 23:14:50 UTC 2011
Diffstat (limited to 'community/atop')
-rw-r--r--community/atop/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/atop/PKGBUILD b/community/atop/PKGBUILD
index 77de470b9..b265f2361 100644
--- a/community/atop/PKGBUILD
+++ b/community/atop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 38572 2011-01-28 12:11:54Z spupykin $
+# $Id: PKGBUILD 57413 2011-10-27 08:43:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: John Gerritse <john.gerritse@gmail.com>
pkgname=atop
pkgver=1.26
-pkgrel=1
+pkgrel=2
pkgdesc="A system and process level monitor."
arch=(i686 x86_64)
url="http://www.atoptool.nl/"
@@ -15,6 +15,11 @@ md5sums=('9a72baf4c8f330973f1e2703f5a6c041')
build() {
cd $srcdir/$pkgname-$pkgver
+ sed -i 's#root ##' atop.cron
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir INIPATH=/etc/rc.d install
}