summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--subr.ex/ex_pkg.subr2
1 files changed, 1 insertions, 1 deletions
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};