Thanks, applied as 256bbb720e8ee5eda9c5275b00d832939ad73b24. Michael
[sent from post-receive hook] On Fri, 24 Feb 2023 08:24:54 +0100, Bastian Krause <[email protected]> wrote: > Signed-off-by: Bastian Krause <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/scripts/lib/ptxd_make_world_prepare.sh > b/scripts/lib/ptxd_make_world_prepare.sh > index 591e9a1f0255..bfb75aaf7752 100644 > --- a/scripts/lib/ptxd_make_world_prepare.sh > +++ b/scripts/lib/ptxd_make_world_prepare.sh > @@ -175,7 +175,7 @@ ptxd_make_world_prepare_cargo() { > tmp=( $(md5sum Cargo.lock 2>/dev/null) ) > if [ "${tmp[0]}" != "${cargo_lock_md5}" ]; then > ptxd_bailout "Cargo.lock has changed!" \ > - "Run 'ptxdist cargosync ${pkg_lable}' to regenerate > '$(ptxd_print_path ${pkg_makefile_cargo})'." > + "Run 'ptxdist cargosync ${pkg_label}' to regenerate > '$(ptxd_print_path ${pkg_makefile_cargo})'." > fi > ;; > *) > @@ -185,7 +185,7 @@ ptxd_make_world_prepare_cargo() { > done > if [ -z "${cargo_lock_md5}" ]; then > ptxd_bailout "Cargo dependency config is missing!" \ > - "Run 'ptxdist cargosync ${pkg_lable}' to generate > '$(ptxd_print_path ${pkg_makefile_cargo})'." > + "Run 'ptxdist cargosync ${pkg_label}' to generate > '$(ptxd_print_path ${pkg_makefile_cargo})'." > fi > } > export -f ptxd_make_world_prepare_cargo
