Private
Public Access
1
0

fix: Arch build - install script filename must match PKGBUILD install= reference

This commit is contained in:
2026-05-19 00:21:59 +00:00
parent f3fb84927a
commit 45e28e8911

View File

@ -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/config.yaml.example "$PKGDIR"/etc/linux_patch_api/config.yaml.example
cp configs/whitelist.yaml.example "$PKGDIR"/etc/linux_patch_api/whitelist.yaml.example cp configs/whitelist.yaml.example "$PKGDIR"/etc/linux_patch_api/whitelist.yaml.example
# Copy install script # Copy install script (must match filename in PKGBUILD install= line)
cp configs/linux-patch-api.install PKGBUILD.install cp configs/linux-patch-api.install linux-patch-api.install
# Create PKGBUILD with quoted heredoc to prevent $pkgdir expansion # Create PKGBUILD with quoted heredoc to prevent $pkgdir expansion
# $pkgdir must be literal for makepkg to expand at runtime # $pkgdir must be literal for makepkg to expand at runtime