Skip to content

Commit d180cc6

Browse files
committed
proc/40-patch.sh: fix how autobuild4 finds the patches ...
... inside the patch series file
1 parent 2d4b331 commit d180cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc/40-patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ elif [ -f "$SRCDIR"/autobuild/patches/series ]; then
1616
ab_read_list "${series_file}" patches
1717
# patches variable is set inside the native function
1818
# shellcheck disable=SC2154
19-
ab_apply_patches "${patches[@]}"
19+
ab_apply_patches "${patches[@]/#/autobuild/patches/}"
2020
touch "$SRCDIR"/.patch
2121
elif [ -d "$SRCDIR"/autobuild/patches ]; then
2222
ab_apply_patches \

0 commit comments

Comments
 (0)