summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-05-25 14:25:33 +0200
committerMartin Stransky <stransky@redhat.com>2017-05-25 14:25:33 +0200
commit5d375f319ec33d651720fe5d2b22f3b7006c8fe8 (patch)
tree976e17b833d01f4bd1abc7a87c0a1d8644a15834 /firefox.spec
parentAdded rust config (diff)
downloadlibrewolf-fedora-ff-5d375f319ec33d651720fe5d2b22f3b7006c8fe8.tar.gz
librewolf-fedora-ff-5d375f319ec33d651720fe5d2b22f3b7006c8fe8.tar.bz2
librewolf-fedora-ff-5d375f319ec33d651720fe5d2b22f3b7006c8fe8.zip
build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index e83b135..ddd9f92 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -478,8 +478,6 @@ case "%{sqlite_build_version}" in
esac
%endif
-cd %{tarballdir}
-
echo "Generate big endian version of config/external/icu/data/icud58l.dat"
%if 0%{?big_endian}
./mach python intl/icu_sources_data.py .
bgstack15