We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4b331 commit d180cc6Copy full SHA for d180cc6
proc/40-patch.sh
@@ -16,7 +16,7 @@ elif [ -f "$SRCDIR"/autobuild/patches/series ]; then
16
ab_read_list "${series_file}" patches
17
# patches variable is set inside the native function
18
# shellcheck disable=SC2154
19
- ab_apply_patches "${patches[@]}"
+ ab_apply_patches "${patches[@]/#/autobuild/patches/}"
20
touch "$SRCDIR"/.patch
21
elif [ -d "$SRCDIR"/autobuild/patches ]; then
22
ab_apply_patches \
0 commit comments