From cc2df2179681d2d70592691393bab97d5065b30c Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Fri, 29 May 2026 13:53:35 -0400 Subject: [PATCH] Fix Arch package: remove subdirectory path from source=() array makepkg cannot resolve 'src/system-sleep/converge-wake' in source=() because it looks for just the basename. The file is still installed correctly by the package() function which accesses it directly via cd $startdir + relative path. --- PKGBUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9520b5a..023e740 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,13 +17,11 @@ source=( "converge.service" "converge-wake.service" "converge.example.yaml" - "src/system-sleep/converge-wake" ) md5sums=( 'SKIP' 'SKIP' 'SKIP' - 'SKIP' ) build() {