app-misc/watchexec: fix source directory path

Closes: https://bugs.gentoo.org/890389
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
This commit is contained in:
YOSHIOKA Takuma
2023-01-12 01:45:40 +09:00
parent 01b5ef22ed
commit 4e6ab108c2

View File

@@ -322,7 +322,6 @@ KEYWORDS="~amd64 ~x86"
# Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored.
RESTRICT="mirror"
S="${WORKDIR}/${PN}-cli-v${PV}"
DOCS=( crates/cli/README.md )
HTML_DOCS=( doc/watchexec.1.html )
@@ -339,7 +338,7 @@ src_test() {
}
src_install() {
cargo_src_install --path crates/cli
cargo_src_install --path "${S}"/crates/cli
einstalldocs
doman doc/watchexec.1