Use C.UTF-8 locale instead of C.utf8

While both C.UTF-8 and C.utf8 work in Fedora and RHEL, only C.UTF-8
seems to work in Mageia.
This commit is contained in:
Mikolaj Izdebski 2022-06-07 10:33:39 +02:00
parent 24bfb113aa
commit 17394a79fd

View File

@ -314,7 +314,7 @@ do
done
%build
export LC_ALL=C.utf8
export LC_ALL=C.UTF-8
JAVA_HOME=%{javaHomePath} ./mbi.sh build -parallel
%install