[arch-commits] Commit in openldap/trunk (PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Sun Jul 24 23:50:58 UTC 2011
Date: Sunday, July 24, 2011 @ 19:50:57
Author: eric
Revision: 132558
upgpkg: openldap 2.4.26-3
Make /run/openldap with daemon script instead of having it in package (close FS#25244)
Modified:
openldap/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-07-24 22:50:45 UTC (rev 132557)
+++ PKGBUILD 2011-07-24 23:50:57 UTC (rev 132558)
@@ -4,7 +4,7 @@
pkgbase=openldap
pkgname=('libldap' 'openldap')
pkgver=2.4.26
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://www.openldap.org/"
license=('custom')
@@ -78,6 +78,7 @@
popd
done
rm "${pkgdir}"/usr/share/man/man5/ldap.conf.5
+ rm -r "${pkgdir}"/run
# get rid of duplicate default conf files
rm "${pkgdir}"/etc/openldap/*.default
More information about the arch-commits
mailing list