summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-10-31 23:42:16 +0100
committerMartin Stransky <stransky@redhat.com>2019-10-31 23:42:16 +0100
commite117f6436c1f5ddd96b65eb6368c9f62f2d02280 (patch)
tree50ab6434ce47827018dd751d3b343af58251c744 /firefox.spec
parentSwitched to in-tree nss due to rhbz#1752303 (diff)
parentResolves: #1466936 Fixed aarch build patch rhbz-1354671.patch (diff)
downloadlibrewolf-fedora-ff-e117f6436c1f5ddd96b65eb6368c9f62f2d02280.tar.gz
librewolf-fedora-ff-e117f6436c1f5ddd96b65eb6368c9f62f2d02280.tar.bz2
librewolf-fedora-ff-e117f6436c1f5ddd96b65eb6368c9f62f2d02280.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 4861773..dd7bab4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -466,19 +466,19 @@ chmod -x third_party/rust/itertools/src/lib.rs
mkdir -p my_rust_vendor
cd my_rust_vendor
%{__tar} xf %{SOURCE2}
-cd -
mkdir -p .cargo
cat > .cargo/config <<EOL
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
-directory = "`pwd`/my_rust_vendor"
+directory = "`pwd`"
EOL
env CARGO_HOME=.cargo cargo install cbindgen
export PATH=`pwd`/.cargo/bin:$PATH
%endif
+cd -
echo "Generate big endian version of config/external/icu/data/icud58l.dat"
%if 0%{?big_endian}
bgstack15