diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-09 14:19:17 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-09 14:19:17 -0400 |
commit | 95e023ae49542975dafe4b02314769c5014cb71d (patch) | |
tree | 49721232a5824898e82bd2c0a623b430a161c85b /use-system-icupkg.patch | |
parent | Disabled arm due to bugzilla.redhat.com/show_bug.cgi?id=1966949 (diff) | |
download | librewolf-fedora-ff-95e023ae49542975dafe4b02314769c5014cb71d.tar.gz librewolf-fedora-ff-95e023ae49542975dafe4b02314769c5014cb71d.tar.bz2 librewolf-fedora-ff-95e023ae49542975dafe4b02314769c5014cb71d.zip |
89.0 from fedora89.0-1
Diffstat (limited to 'use-system-icupkg.patch')
-rw-r--r-- | use-system-icupkg.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/use-system-icupkg.patch b/use-system-icupkg.patch new file mode 100644 index 0000000..99eb4b5 --- /dev/null +++ b/use-system-icupkg.patch @@ -0,0 +1,13 @@ +diff -r 08cd64cdbc3b config/external/icu/data/convert_icudata.py +--- a/config/external/icu/data/convert_icudata.py Fri Jul 17 11:18:09 2020 +0000 ++++ b/config/external/icu/data/convert_icudata.py Sat Jul 18 14:40:33 2020 +0200 +@@ -11,7 +11,7 @@ + subprocess.run( + [ +- os.path.join(buildconfig.topobjdir, "dist", "host", "bin", "icupkg"), ++ "icupkg", + "-tb", + data_file, + output.name, + ] + |