mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-cluster/flux: add missing die
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
This commit is contained in:
@@ -21,7 +21,7 @@ RESTRICT+=" test"
|
||||
S="${WORKDIR}/flux2-${PV}"
|
||||
|
||||
src_compile() {
|
||||
mv "${WORKDIR}"/manifests cmd/"${PN}"
|
||||
mv "${WORKDIR}"/manifests cmd/"${PN}" || die
|
||||
CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
|
||||
ego build -ldflags="-s -w -X main.VERSION=${PV}" -o ./bin/${PN} ./cmd/${PN}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user