Fix Arch package: remove subdirectory path from source=() array
Build / build (push) Successful in 11m34s
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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user