mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-text/typst: use cargo_src_install
works as expected with USE=debug Closes: https://bugs.gentoo.org/916990 Signed-off-by: odrling <florianbadie@odrling.xyz>
This commit is contained in:
@@ -401,7 +401,7 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
local ARTIFACTSDIR='crates/typst-cli/artifacts'
|
||||
dobin "${S}"/target/release/"${PN}"
|
||||
cargo_src_install --path "${S}/crates/typst-cli"
|
||||
doman "${ARTIFACTSDIR}/${PN}"*.1
|
||||
dozshcomp "${ARTIFACTSDIR}/_${PN}"
|
||||
dofishcomp "${ARTIFACTSDIR}/${PN}.fish"
|
||||
|
||||
@@ -423,7 +423,7 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
local ARTIFACTSDIR='crates/typst-cli/artifacts'
|
||||
dobin "${S}"/target/release/"${PN}"
|
||||
cargo_src_install --path "${S}/crates/typst-cli"
|
||||
doman "${ARTIFACTSDIR}/${PN}"*.1
|
||||
dozshcomp "${ARTIFACTSDIR}/_${PN}"
|
||||
dofishcomp "${ARTIFACTSDIR}/${PN}.fish"
|
||||
|
||||
Reference in New Issue
Block a user