Skip to content
Snippets Groups Projects
Commit 19297812 authored by Tom Alexander's avatar Tom Alexander Committed by Hidde Beydals
Browse files

build/aur: fix the make target for the manifests


Signed-off-by: default avatarTom Alexander <tom@fizz.buzz>
parent b4b3551e
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ build() { ...@@ -32,7 +32,7 @@ build() {
export CGO_CXXFLAGS="$CXXFLAGS" export CGO_CXXFLAGS="$CXXFLAGS"
export CGO_CPPFLAGS="$CPPFLAGS" export CGO_CPPFLAGS="$CPPFLAGS"
export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" 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 go build -ldflags "-linkmode=external -X main.VERSION=${pkgver}" -o ${_srcname} ./cmd/flux
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment