Thanks, applied as af80016213136cf127ad8c0cabbfc27a06c3dd26. Michael
[sent from post-receive hook] On Fri, 17 Jul 2020 13:57:06 +0200, Marc Kleine-Budde <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 > _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
