diff options
Diffstat (limited to 'community/incron/PKGBUILD')
-rw-r--r-- | community/incron/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/incron/PKGBUILD b/community/incron/PKGBUILD index ff5b70969..a24c78732 100644 --- a/community/incron/PKGBUILD +++ b/community/incron/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91858 2013-05-28 17:27:08Z spupykin $ +# $Id: PKGBUILD 91949 2013-05-30 09:42:30Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Roberto Alsina <ralsina@kde.org> # Contributor: scj <scj(at)archlinux(dot)us> pkgname=incron pkgver=0.5.10 -pkgrel=5 +pkgrel=6 pkgdesc="Like the regular cron but is driven by filesystem events instead of time periods" arch=('i686' 'x86_64' 'mips64el') url="http://incron.aiken.cz/" @@ -43,4 +43,5 @@ package() { SYSDATADIR="${pkgdir}"/etc/incron.d install install -Dm0644 "${srcdir}/incrond.service" "${pkgdir}/usr/lib/systemd/system/incrond.service" + rmdir $pkgdir/usr/sbin } |