dev-tex/texlab: adjust to cargo.eclass change
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
5d03e5078a
commit
f8741752a8
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user