From 6db39e17009e8c18d9ee5c203677589c3f8fe2fc Mon Sep 17 00:00:00 2001 From: Mosaab Alzoubi Date: Wed, 8 Jan 2020 23:00:49 +0300 Subject: [PATCH] Use LC_ALL=en_US.UTF-8 in EPEL #2 --- libraqm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraqm.spec b/libraqm.spec index 1ac1949..ae17f68 100644 --- a/libraqm.spec +++ b/libraqm.spec @@ -55,7 +55,7 @@ This package contains documentation files for raqm. make %{?_smp_mflags} %check -%if 0%{?el} +%if 0%{?el7} || 0%{?el8} export LC_ALL=en_US.UTF-8 %else export LC_ALL=C.utf8