mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
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:
@@ -322,7 +322,6 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
# Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored.
|
# Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored.
|
||||||
RESTRICT="mirror"
|
RESTRICT="mirror"
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-cli-v${PV}"
|
|
||||||
DOCS=( crates/cli/README.md )
|
DOCS=( crates/cli/README.md )
|
||||||
HTML_DOCS=( doc/watchexec.1.html )
|
HTML_DOCS=( doc/watchexec.1.html )
|
||||||
|
|
||||||
@@ -339,7 +338,7 @@ src_test() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install --path crates/cli
|
cargo_src_install --path "${S}"/crates/cli
|
||||||
|
|
||||||
einstalldocs
|
einstalldocs
|
||||||
doman doc/watchexec.1
|
doman doc/watchexec.1
|
||||||
|
|||||||
Reference in New Issue
Block a user