summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-19 22:37:06 +0000
committerSam James <sam@gentoo.org>2022-03-19 22:39:06 +0000
commit1f66f26dd9b459c07198663772614c11d9b9fb96 (patch)
tree71cddeaf148d690f361469bd25c8ec1b05be8ad5
parentnet-nds/openldap: fix tc-getCC quoting (diff)
downloadgentoo-1f66f26dd9b459c07198663772614c11d9b9fb96.tar.gz
gentoo-1f66f26dd9b459c07198663772614c11d9b9fb96.tar.bz2
gentoo-1f66f26dd9b459c07198663772614c11d9b9fb96.zip
net-nds/openldap: drop rmdir /run
Fails due to non-existent /run. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-nds/openldap/openldap-2.6.1.ebuild2
1 files changed, 0 insertions, 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() {