mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
app-emulation/rkt: Fix error message
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
93542ce854
commit
f1d08c473d
@ -77,7 +77,7 @@ src_prepare() {
|
|||||||
|
|
||||||
rkt_coreos_version=$(awk '/^CCN_IMG_RELEASE/ { print $3 }' stage1/usr_from_coreos/coreos-common.mk)
|
rkt_coreos_version=$(awk '/^CCN_IMG_RELEASE/ { print $3 }' stage1/usr_from_coreos/coreos-common.mk)
|
||||||
if [ "${rkt_coreos_version}" != "${PXE_VERSION}" ]; then
|
if [ "${rkt_coreos_version}" != "${PXE_VERSION}" ]; then
|
||||||
die "CoreOS versions in ebuild and rkt build scripts are mismatched expecting ${rkt_stage1_coreos}!"
|
die "CoreOS versions in ebuild and rkt build scripts are mismatched, expecting ${rkt_coreos_version}!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
autotools-utils_src_prepare
|
autotools-utils_src_prepare
|
||||||
|
Loading…
x
Reference in New Issue
Block a user