From 45e28e8911ff950b385c0bb289be701dedd264bb Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 19 May 2026 00:21:59 +0000 Subject: [PATCH] fix: Arch build - install script filename must match PKGBUILD install= reference --- build-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-arch.sh b/build-arch.sh index 03952ba..689d1ee 100644 --- a/build-arch.sh +++ b/build-arch.sh @@ -42,8 +42,8 @@ cp configs/linux-patch-api.service "$PKGDIR"/usr/lib/systemd/system/ cp configs/config.yaml.example "$PKGDIR"/etc/linux_patch_api/config.yaml.example cp configs/whitelist.yaml.example "$PKGDIR"/etc/linux_patch_api/whitelist.yaml.example -# Copy install script -cp configs/linux-patch-api.install PKGBUILD.install +# Copy install script (must match filename in PKGBUILD install= line) +cp configs/linux-patch-api.install linux-patch-api.install # Create PKGBUILD with quoted heredoc to prevent $pkgdir expansion # $pkgdir must be literal for makepkg to expand at runtime