diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-31 12:35:56 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-31 12:35:56 +0200 |
commit | 0dc1411695376442c13f473499a876f085074d75 (patch) | |
tree | 1ce41a87f86a15e6a72ae9e9198a05c755e293f0 /community/incron/PKGBUILD | |
parent | e6e5e22dc82259030c1c26dc78bb4e761861abfc (diff) | |
parent | 94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/acpid/PKGBUILD
core/btrfs-progs/PKGBUILD
extra/calligra/PKGBUILD
extra/libxcursor/PKGBUILD
extra/xine-lib/PKGBUILD
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 } |