From 4b45d33c256cf580a53054078be6fd7148fa6302 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Tue, 2 Jun 2026 21:57:06 +0900 Subject: Fix build scripts and deployment port issue --- bin/build-pkg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/build-pkg') diff --git a/bin/build-pkg b/bin/build-pkg index d257efc..f8bc8b2 100755 --- a/bin/build-pkg +++ b/bin/build-pkg @@ -8,6 +8,11 @@ # # Override frontend build target with VITE_API_URL, e.g.: # VITE_API_URL="https://api.example.com" bin/build-pkg +# +# The patched `cs` code-search binary is reused from an already-installed +# code-search package instead of being recompiled. Force a fresh clone+build +# (required after bumping _cs_commit in the PKGBUILD) with: +# DISPATCH_FORCE_CS_BUILD=1 bin/build-pkg set -euo pipefail -- cgit v1.2.3