mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
build_library/sysext_prod_builder: improve error message
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
parent
f71ccfa1cc
commit
383e6097dd
@ -42,7 +42,7 @@ create_prod_sysext() {
|
|||||||
# Include previous sysexts' pkginfo if supplied
|
# Include previous sysexts' pkginfo if supplied
|
||||||
if [[ -n "${pkginfo}" ]] ; then
|
if [[ -n "${pkginfo}" ]] ; then
|
||||||
if [[ ! -f "${output_dir}/${pkginfo}" ]] ; then
|
if [[ ! -f "${output_dir}/${pkginfo}" ]] ; then
|
||||||
die "Sysext build '${grp_pkg}': unable to find package info at '${output_dir}/${pkginfo}'."
|
die "Sysext build '${name}': unable to find package info at '${output_dir}/${pkginfo}'."
|
||||||
fi
|
fi
|
||||||
msg="${msg} w/ package info '${pkginfo}'"
|
msg="${msg} w/ package info '${pkginfo}'"
|
||||||
build_sysext_opts+=( "--base_pkginfo=${output_dir}/${pkginfo}" )
|
build_sysext_opts+=( "--base_pkginfo=${output_dir}/${pkginfo}" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user