fix locales generation on aarch64

This commit is contained in:
Tobias Powalowski 2022-02-10 09:16:50 +01:00
parent f632ff1158
commit 387ba680c8

View file

@ -35,6 +35,7 @@ if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then
_clean_mkinitcpio || exit 1
_clean_cache || exit 1
_clean_container || exit 1
_generate_locales || exit 1
_clean_locale
fi
_set_hostname || exit 1