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:
parent
24bfb113aa
commit
17394a79fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user