summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2023-05-29 18:15:09 +0700
committerShulhan2023-05-29 18:15:09 +0700
commit8aba416293d9dfe1c1f1a20634d4d7332d278c5e (patch)
tree858ab410723e8c830bfaec851e5ecd9f344b4945
parent1198b7531a4dc6ecadc30284744934dfbaa536d1 (diff)
downloadaur-8aba416293d9dfe1c1f1a20634d4d7332d278c5e.tar.gz
all: add command to build agent_wrapper.sh
This build is introduced on commit fcb087b5 [1]. [1] https://github.com/GoogleCloudPlatform/ops-agent/commit/fcb087b5fcab52541472fa2b66c438145d209eb2
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49b54f2c8829..693b672b4d1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,6 +79,7 @@ build() {
./builds/fluent_bit.sh "$_destdir"
./builds/systemd.sh "$_destdir"
./builds/ops_agent_diagnostics.sh "$_destdir"
+ ./builds/agent_wrapper.sh "$_destdir"
git apply "${srcdir}/0001-build-sh.patch"
BUILD_DISTRO=arch CODE_VERSION="${pkgver}" DESTDIR="$_destdir" \