From 192978125fe4b3367c7512439540e6562ecdf11a Mon Sep 17 00:00:00 2001
From: Tom Alexander <tom@fizz.buzz>
Date: Sat, 8 Jan 2022 15:11:43 -0500
Subject: [PATCH] build/aur: fix the make target for the manifests

Signed-off-by: Tom Alexander <tom@fizz.buzz>
---
 .github/aur/flux-scm/PKGBUILD.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/aur/flux-scm/PKGBUILD.template b/.github/aur/flux-scm/PKGBUILD.template
index ed2657e8..049e8608 100644
--- a/.github/aur/flux-scm/PKGBUILD.template
+++ b/.github/aur/flux-scm/PKGBUILD.template
@@ -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
 }
 
-- 
GitLab