app-containers/netavark: add die to external commands

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hayley Hughes <hayley@foxes.systems>
This commit is contained in:
Hayley Hughes
2022-04-15 10:53:59 +10:00
parent 91d5876694
commit dec386aef9

View File

@@ -182,7 +182,7 @@ QA_FLAGS_IGNORED="usr/libexec/podman/${PN}"
src_compile() {
cargo_src_compile
go-md2man < docs/${PN}.1.md > ./${PN}.1
go-md2man < docs/${PN}.1.md > ./${PN}.1 || die
}
src_install() {