From 7b2739f21a7ed0d52497fa381c9a2383e71ab7a8 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Jun 2012 00:04:00 +0000 Subject: Sun Jun 10 00:04:00 UTC 2012 --- community/fcron/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'community/fcron/PKGBUILD') diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD index d2bd49b05..817ceef09 100755 --- a/community/fcron/PKGBUILD +++ b/community/fcron/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 61936 2012-01-11 09:30:32Z ttopper $ +# $Id: PKGBUILD 72128 2012-06-08 23:36:39Z dreisner $ # Contributor: Giorgio Lando # Contributor: Sergej Pupykin # Contributor: Thomas Bächler @@ -6,7 +6,7 @@ pkgname=fcron pkgver=3.0.6 -pkgrel=5 +pkgrel=6 pkgdesc="feature-rich cron implementation" arch=(i686 x86_64) url="http://fcron.free.fr" @@ -21,7 +21,7 @@ backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \ options=('emptydirs' '!makeflags') source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \ systab systab.orig run-cron) -md5sums=('69ebcb41921e2a282f41ebecb3a27053' +md5sums=('ced7ca753517eac67502f3fec3908d39' 'e0c3f0bdc3c98fbbe46eff19001c18f2' '938722c6654ef7b07f4aa10001905ba1' 'bfb7daa22ebe22b9917e455c1ca4a382' @@ -67,6 +67,9 @@ package() { # Install run-cron script to make fcron run without dcron install -D -m755 "$srcdir/run-cron" "$pkgdir/usr/sbin/run-cron" + + # avoid conflict with filesystem>=2012.06 + rmdir "$pkgdir/var/run" } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf