diff options
Diffstat (limited to 'community/atop/PKGBUILD')
-rw-r--r-- | community/atop/PKGBUILD | 7 |
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 } |