summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-08-29 10:47:41 +0200
committerJan Horak <jhorak@redhat.com>2017-08-29 10:47:41 +0200
commit33ac49112b8e39be680d99561b08a0427f4452e2 (patch)
treed3646dfe2ffe9467f03ec5b4e0143abaa77d5828 /firefox.spec
parentMerge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox (diff)
downloadlibrewolf-fedora-ff-33ac49112b8e39be680d99561b08a0427f4452e2.tar.gz
librewolf-fedora-ff-33ac49112b8e39be680d99561b08a0427f4452e2.tar.bz2
librewolf-fedora-ff-33ac49112b8e39be680d99561b08a0427f4452e2.zip
Fixing patch number
Diffstat (limited to 'firefox.spec')
-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