summaryrefslogtreecommitdiff
path: root/community/atop
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-29 11:24:07 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-29 11:24:07 -0300
commit38bae167f23bd509b81394975c012b8abb1693d7 (patch)
tree3b926bce43f03c0366d78ad6253cbdf9520235d4 /community/atop
parent2bcb8acb8b02bde03c5d285baafe754760788265 (diff)
parent498a4346616c33beac56d48a246cf27fe3812341 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/espeak/PKGBUILD community/gmic/PKGBUILD extra/dhcp/PKGBUILD extra/hspell/PKGBUILD extra/libatasmart/PKGBUILD extra/udisks/PKGBUILD extra/xorg-server/PKGBUILD testing/libdrm/PKGBUILD testing/libdrm/no-pthread-stubs.patch testing/systemd/PKGBUILD
Diffstat (limited to 'community/atop')
-rw-r--r--community/atop/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/atop/PKGBUILD b/community/atop/PKGBUILD
index 2e0a1b5c0..583499150 100644
--- a/community/atop/PKGBUILD
+++ b/community/atop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 74387 2012-07-26 08:51:10Z spupykin $
+# $Id: PKGBUILD 75558 2012-08-27 08:48:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: John Gerritse <john.gerritse@gmail.com>
pkgname=atop
pkgver=1.27_3
-pkgrel=1
+pkgrel=2
pkgdesc="A system and process level monitor."
arch=(i686 x86_64 'mips64el')
url="http://www.atoptool.nl/"
@@ -22,4 +22,7 @@ build() {
package() {
cd $srcdir/$pkgname-${pkgver/_/-}
make DESTDIR=$pkgdir INIPATH=/etc/rc.d install
+ rm -f $pkgdir/etc/cron.d/atop
+ install -dm0755 $pkgdir/etc/cron.daily
+ mv $pkgdir/etc/atop/atop.daily $pkgdir/etc/cron.daily/atop
}