dev-util/selenium-manager: Install env.d to set SE_MANAGER_PATH

SE_MANAGER_PATH is expected by dev-python/selenium to find
selenium-manager installed outside the Python package.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-07-24 16:43:54 +02:00
parent 3411d69f22
commit 17353ce4ef

View File

@@ -82,4 +82,8 @@ src_install() {
cargo_src_install
einstalldocs
dodoc README.md
newenvd - 70selenium-manager <<-EOF || die
SE_MANAGER_PATH="${EPREFIX}/usr/bin/selenium-manager"
EOF
}