diff options
author | root <root@rshg054.dnsready.net> | 2012-08-26 00:06:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-26 00:06:22 +0000 |
commit | ca0c70ec611689e1233665e7e8c0b1bb99415bc0 (patch) | |
tree | 439b447bff9aab3ded336caf0c5ae31c9197dabc /community/fcron | |
parent | ed5050e0ce34cfd42511b855ff7c57f46ad65fc5 (diff) |
Sun Aug 26 00:06:21 UTC 2012
Diffstat (limited to 'community/fcron')
-rwxr-xr-x | community/fcron/PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
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 <lando at imap dot cc> # 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: |