commit: 1f66f26dd9b459c07198663772614c11d9b9fb96
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 22:37:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 22:39:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f66f26d
net-nds/openldap: drop rmdir /run
Fails due to non-existent /run.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-nds/openldap/openldap-2.6.1.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/net-nds/openldap/openldap-2.6.1.ebuild
b/net-nds/openldap/openldap-2.6.1.ebuild
index 04bd86b1b15b..971bbbe40b39 100644
--- a/net-nds/openldap/openldap-2.6.1.ebuild
+++ b/net-nds/openldap/openldap-2.6.1.ebuild
@@ -732,8 +732,6 @@ multilib_src_install() {
if ! use static-libs ; then
find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die
fi
-
- rmdir "${ED}/run" || die
}
multilib_src_install_all() {