From ebe7b3b5bce0598230de55c159deef49ac33d554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Mon, 13 Mar 2023 18:27:52 +0100 Subject: subr.ex/ex_pkg.subr:ex_pkg_get_default(): fix patches/*/*.patch glob. --- subr.ex/ex_pkg.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subr.ex') diff --git a/subr.ex/ex_pkg.subr b/subr.ex/ex_pkg.subr index 6e33f9be..dafd6700 100644 --- a/subr.ex/ex_pkg.subr +++ b/subr.ex/ex_pkg.subr @@ -104,7 +104,7 @@ ex_pkg_get_default() { set +o noglob; set -- \ "${@}" \ - "${MIDIPIX_BUILD_PWD}/patches/${_epgd_pkg_name_full}/"*.patch \ + "${MIDIPIX_BUILD_PWD}/patches/${_epgd_pkg_name}/"*.patch \ "${MIDIPIX_BUILD_PWD}/patches/${_epgd_pkg_name_full}.local.patch" \ "${MIDIPIX_BUILD_PWD}/patches/${_epgd_pkg_name_full}.local@${BUILD_HNAME}.patch" \ ${_epgd_pkg_patches_extra}; -- cgit v1.2.3