diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-08-25 13:00:15 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-08-25 13:00:32 -0700 |
commit | a6311ebbdd9edc68c6e1590ca3d0b3928a4847ba (patch) | |
tree | f68e59d5b7310011060345dc3306d170e42799d6 /net-nds | |
parent | net-nds/openldap: fix more -Werror=incompatible-pointer-types cases (diff) | |
download | gentoo-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.ebuild | 1 | ||||
-rw-r--r-- | net-nds/openldap/openldap-2.6.8.ebuild | 1 |
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() { |