summaryrefslogtreecommitdiff
path: root/i486-stage3
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-08 14:13:52 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-08 14:13:52 +0100
commit4d7d290e3609bd1ac9cf799deb50d68f77b1f1dd (patch)
tree1dd1a66d26dc3112c6d57f169fc81b96af2d15a6 /i486-stage3
parenta1b70efd48ce85dbd65388fa7c397b5380c1224f (diff)
downloadbootstrap32-4d7d290e3609bd1ac9cf799deb50d68f77b1f1dd.tar.xz
building up to pam (with krb5 and libtirpc)
Diffstat (limited to 'i486-stage3')
-rw-r--r--i486-stage3/openldap/DESCR7
1 files changed, 6 insertions, 1 deletions
diff --git a/i486-stage3/openldap/DESCR b/i486-stage3/openldap/DESCR
index bbf06e2..eaab0e8 100644
--- a/i486-stage3/openldap/DESCR
+++ b/i486-stage3/openldap/DESCR
@@ -1,6 +1,11 @@
# FS#57749: relink against missing libraries in split package
sed -i 's/for dir in clients servers/for dir in libraries clients servers/' PKGBUILD
-sed -i '/usr\/share\/man\/man5\/slapo-lastbind.5/ a rm -rf ${pkgdir}/usr/{lib,include,man3}' PKGBUILD
+# ldap.conf comes in package 'libldap', also include, libs and devel man
+# => remove them in 'openldap' package
+sed -i '/usr\/share\/man\/man5\/slapo-lastbind.5/ a \
+ rm -rf ${pkgdir}/etc/openldap/ldap.conf \
+ rm -rf ${pkgdir}/usr/{lib,include,man3} \
+' PKGBUILD
# we actually need only libldap, but installing openldap doesn't harm us
ADDITIONAL_INSTALL_PACKAGE=libldap