summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-08-25 13:00:15 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2024-08-25 13:00:32 -0700
commita6311ebbdd9edc68c6e1590ca3d0b3928a4847ba (patch)
treef68e59d5b7310011060345dc3306d170e42799d6 /net-nds
parentnet-nds/openldap: fix more -Werror=incompatible-pointer-types cases (diff)
downloadgentoo-a6311ebbdd9edc68c6e1590ca3d0b3928a4847ba.tar.gz
gentoo-a6311ebbdd9edc68c6e1590ca3d0b3928a4847ba.tar.bz2
gentoo-a6311ebbdd9edc68c6e1590ca3d0b3928a4847ba.zip
net-nds/openldap: cleanup unused empty dir
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/926725
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/openldap-2.6.6-r2.ebuild1
-rw-r--r--net-nds/openldap/openldap-2.6.8.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-nds/openldap/openldap-2.6.6-r2.ebuild b/net-nds/openldap/openldap-2.6.6-r2.ebuild
index f63e7a4effc9..fd2f6205da49 100644
--- a/net-nds/openldap/openldap-2.6.6-r2.ebuild
+++ b/net-nds/openldap/openldap-2.6.6-r2.ebuild
@@ -817,6 +817,7 @@ multilib_src_install() {
multilib_src_install_all() {
dodoc ANNOUNCEMENT CHANGES COPYRIGHT README
docinto rfc ; dodoc doc/rfc/*.txt
+ rmdir -p "${D}"/var/openldap-lloadd # Created but not used by any part of current codebase.
}
pkg_preinst() {
diff --git a/net-nds/openldap/openldap-2.6.8.ebuild b/net-nds/openldap/openldap-2.6.8.ebuild
index d8034c51fae3..894ea2a9ae3a 100644
--- a/net-nds/openldap/openldap-2.6.8.ebuild
+++ b/net-nds/openldap/openldap-2.6.8.ebuild
@@ -821,6 +821,7 @@ multilib_src_install() {
multilib_src_install_all() {
dodoc ANNOUNCEMENT CHANGES COPYRIGHT README
docinto rfc ; dodoc doc/rfc/*.txt
+ rmdir -p "${D}"/var/openldap-lloadd # Created but not used by any part of current codebase.
}
pkg_preinst() {