summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 63dda14..8cda5b5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -350,7 +350,7 @@ This package contains results of tests executed during build.
# Patch for big endian platforms only
%if 0%{?big_endian}
%patch26 -p1 -b .icu
-%patch37 -p2 -b .xlocale
+%patch36 -p2 -b .xlocale
%endif
%{__rm} -f .mozconfig
bgstack15