mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
sys-apps/ov: pass config file to ov invocation
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -904,9 +904,9 @@ RESTRICT="!test? ( test )"
|
|||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
ego build -v -x -o ${PN} -ldflags="-X main.Version=${PV}" || die
|
ego build -v -x -o ${PN} -ldflags="-X main.Version=${PV}" || die
|
||||||
edo ./ov --completion fish > ov.fish
|
edo ./ov --config ov.yaml --completion fish > ov.fish
|
||||||
edo ./ov --completion bash > ov.bash
|
edo ./ov --config ov.yaml --completion bash > ov.bash
|
||||||
edo ./ov --completion zsh > ov.zsh
|
edo ./ov --config ov.yaml --completion zsh > ov.zsh
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user