From ca0c70ec611689e1233665e7e8c0b1bb99415bc0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Aug 2012 00:06:22 +0000 Subject: Sun Aug 26 00:06:21 UTC 2012 --- community/fcron/PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'community/fcron/PKGBUILD') diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD index 8aa35f054..8fa9c82a0 100755 --- a/community/fcron/PKGBUILD +++ b/community/fcron/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 72788 2012-06-22 12:50:42Z dreisner $ +# $Id: PKGBUILD 75445 2012-08-24 05:27:15Z ttopper $ # Contributor: Giorgio Lando # Contributor: Sergej Pupykin # Contributor: Thomas Bächler @@ -6,7 +6,7 @@ pkgname=fcron pkgver=3.0.6 -pkgrel=7 +pkgrel=8 pkgdesc="feature-rich cron implementation" arch=(i686 x86_64) url="http://fcron.free.fr" @@ -75,6 +75,12 @@ package() { # avoid conflict with filesystem>=2012.06 rmdir "$pkgdir/var/run" + + # avoid conflict with libbsd - #31259 + rm "$pkgdir/usr/share/man/man3/bitstring.3" \ + "$pkgdir/usr/share/man/fr/man3/bitstring.3" + rmdir --ignore-fail-on-non-empty "$pkgdir/usr/share/man/man3" \ + "$pkgdir/usr/share/man/fr/man3" || true } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf