diff options
author | Martin Stransky <stransky@redhat.com> | 2021-02-01 16:22:39 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-02-01 16:22:39 +0100 |
commit | 08858f399db7a3386493d81c04cc5f8306b52a2f (patch) | |
tree | fae68491eeb1cb78149fd97ec0f67b1047e75b20 | |
parent | Enable WebRender on Wayland/KDE (diff) | |
parent | Fix warnings from requires filtering (diff) | |
download | librewolf-fedora-ff-08858f399db7a3386493d81c04cc5f8306b52a2f.tar.gz librewolf-fedora-ff-08858f399db7a3386493d81c04cc5f8306b52a2f.tar.bz2 librewolf-fedora-ff-08858f399db7a3386493d81c04cc5f8306b52a2f.zip |
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index b1b1d0b..7a81896 100644 --- a/firefox.spec +++ b/firefox.spec @@ -141,8 +141,8 @@ ExcludeArch: armv7hl %global nss_build_version %{nss_version} %endif -%global mozappdir %{_libdir}/%{name} -%global mozappdirdev %{_libdir}/%{name}-devel-%{version} +%global mozappdir %{_libdir}/firefox +%global mozappdirdev %{_libdir}/firefox-devel-%{version} %global langpackdir %{mozappdir}/langpacks %global tarballdir firefox-%{version} |