summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_patchin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_make_world_patchin.sh')
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index e181e1cb8..1e11249e0 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -479,10 +479,9 @@ ptxd_make_world_patchin_init()
"is no longer supported. Move patches to" \
"$(ptxd_print_path "$(dirname "${ptxd_reply}")")"
fi
- if ! ptxd_in_path PTXDIST_PATH_PATCHES ${pkg_pkg} ; then
+ if [ -z "${pkg_patch_dir}" ]; then
return
fi
- pkg_patch_dir="${ptxd_reply}"
}
export -f ptxd_make_world_patchin_init