mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 10:22:12 +01:00
sys-boot/grub: Try to force using a newer gettext infra
This commit is contained in:
parent
1a1efdfe3b
commit
83fe5bffd4
@ -142,7 +142,9 @@ src_prepare() {
|
||||
if [[ -n ${GRUB_AUTOGEN} ]]; then
|
||||
python_setup
|
||||
bash autogen.sh || die
|
||||
autopoint() { :; }
|
||||
# Flatcar: Force the use of newer gettext infra to
|
||||
# avoid build issues with infra version mismatches.
|
||||
eautopoint --force
|
||||
eautoreconf
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user