diff options
author | Martin Stransky <stransky@redhat.com> | 2018-05-02 13:00:16 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-05-02 13:00:16 +0200 |
commit | 1886e5c360d7a50d7d9f84c347916aa359e9f66c (patch) | |
tree | 6dddb44a8d20619ce9ab282ae91a96a875426b5f | |
parent | Update to 60.0 (diff) | |
download | librewolf-fedora-ff-1886e5c360d7a50d7d9f84c347916aa359e9f66c.tar.gz librewolf-fedora-ff-1886e5c360d7a50d7d9f84c347916aa359e9f66c.tar.bz2 librewolf-fedora-ff-1886e5c360d7a50d7d9f84c347916aa359e9f66c.zip |
Ship firefox-wayland launch script
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 954875d..831b7ea 100644 --- a/firefox.spec +++ b/firefox.spec @@ -588,6 +588,10 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE20} %{__cat} %{SOURCE21} > %{buildroot}%{_bindir}/firefox %{__chmod} 755 %{buildroot}%{_bindir}/firefox +%{__rm} -rf %{buildroot}%{_bindir}/firefox +%{__cat} %{SOURCE28} > %{buildroot}%{_bindir}/firefox-wayland +%{__chmod} 755 %{buildroot}%{_bindir}/firefox-wayland + %{__install} -p -D -m 644 %{SOURCE23} %{buildroot}%{_mandir}/man1/firefox.1 %{__rm} -f %{buildroot}/%{mozappdir}/firefox-config @@ -785,6 +789,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %{_bindir}/firefox +%{_bindir}/firefox-wayland %{mozappdir}/firefox %{mozappdir}/firefox-bin %doc %{_mandir}/man1/* |