From ebe7b3b5bce0598230de55c159deef49ac33d554 Mon Sep 17 00:00:00 2001 From: LucĂ­a Andrea Illanes Albornoz Date: Mar 13 2023 17:27:52 +0000 Subject: subr.ex/ex_pkg.subr:ex_pkg_get_default(): fix patches/*/*.patch glob. --- diff --git a/subr.ex/ex_pkg.subr b/subr.ex/ex_pkg.subr index 6e33f9b..dafd670 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};