From bac26fb8b9555a41374fae8f5b513a891014aab0 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Fri, 7 Jan 2022 18:20:16 +0100 Subject: [PATCH] conf_locale.sh: fixed typo --- modules/conf_locale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/conf_locale.sh b/modules/conf_locale.sh index 87fb16e..65191a9 100644 --- a/modules/conf_locale.sh +++ b/modules/conf_locale.sh @@ -27,7 +27,7 @@ conf_locale() pkginst locales locales-all local gen_fname=/etc/locale.gen backupdist $gen_fname - tagfine $gen_fname + tagfile $gen_fname # Removing locales not in the list prnt I "Deactivating initial locales from installation..."