diff options
author | Sam James <sam@gentoo.org> | 2022-03-19 22:37:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-19 22:39:06 +0000 |
commit | 1f66f26dd9b459c07198663772614c11d9b9fb96 (patch) | |
tree | 71cddeaf148d690f361469bd25c8ec1b05be8ad5 /net-nds | |
parent | net-nds/openldap: fix tc-getCC quoting (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/openldap/openldap-2.6.1.ebuild | 2 |
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() { |