summaryrefslogtreecommitdiffhomepage
path: root/subr.ex
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-13 18:27:52 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-13 18:27:52 +0100
commitebe7b3b5bce0598230de55c159deef49ac33d554 (patch)
tree8d403a6d6e9c0443e6fda3c30936880c711a034f /subr.ex
parent89b03d61f0fee9b9ceaefc731c808baed1cab59f (diff)
downloadmidipix_build-ebe7b3b5bce0598230de55c159deef49ac33d554.tar.bz2
midipix_build-ebe7b3b5bce0598230de55c159deef49ac33d554.tar.xz
subr.ex/ex_pkg.subr:ex_pkg_get_default(): fix patches/*/*.patch glob.
Diffstat (limited to 'subr.ex')
-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};