Fix Arch package: remove subdirectory path from source=() array
Build / build (push) Successful in 11m34s

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.
This commit is contained in:
2026-05-29 13:53:35 -04:00
parent f546ee450e
commit cc2df21796
-2
View File
@@ -17,13 +17,11 @@ source=(
"converge.service" "converge.service"
"converge-wake.service" "converge-wake.service"
"converge.example.yaml" "converge.example.yaml"
"src/system-sleep/converge-wake"
) )
md5sums=( md5sums=(
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'SKIP'
) )
build() { build() {