Fixes: de79ed905942 ("ptxd_make_world_prepare_init: allow keeping the build
tree during prepare for oot packages")
Signed-off-by: Marc Kleine-Budde <[email protected]>
---
scripts/lib/ptxd_make_world_common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/lib/ptxd_make_world_common.sh
b/scripts/lib/ptxd_make_world_common.sh
index 9329c317686d..59ab32646dc4 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -406,7 +406,7 @@ ptxd_make_world_init() {
case "${pkg_build_oot}" in
"YES"|"KEEP") pkg_build_dir="${pkg_dir}-build" ;;
"NO") pkg_build_dir="${pkg_conf_dir}" ;;
- *) ptxd_bailout "<PKG>_BUILD_OOT: please set to YES or NO" ;;
+ *) ptxd_bailout "<PKG>_BUILD_OOT: please set to KEEP, YES or
NO" ;;
esac
fi
--
2.20.1
_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to
[email protected]