1
0
mirror of synced 2026-02-07 11:15:57 +00:00

build/aur: fix the make target for the manifests

Signed-off-by: Tom Alexander <tom@fizz.buzz>
This commit is contained in:
Tom Alexander
2022-01-08 15:11:43 -05:00
committed by Hidde Beydals
parent b4b3551e39
commit 192978125f

View File

@@ -32,7 +32,7 @@ build() {
export CGO_CXXFLAGS="$CXXFLAGS"
export CGO_CPPFLAGS="$CPPFLAGS"
export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
make cmd/flux/manifests
make cmd/flux/.manifests.done
go build -ldflags "-linkmode=external -X main.VERSION=${pkgver}" -o ${_srcname} ./cmd/flux
}