dev-tex/texlab: adjust to cargo.eclass change

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-08-22 13:26:21 +03:00
parent 5d03e5078a
commit f8741752a8
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -224,7 +224,7 @@ src_configure() {
src_install() {
cargo_src_install --path crates/texlab
help2man --output=texlab.1 --no-info "target/$(usex debug debug release)/texlab" || die
help2man --output=texlab.1 --no-info "$(cargo_target_dir)/texlab" || die
doman texlab.1
einstalldocs
}