diff options
author | Martin Stransky <stransky@redhat.com> | 2018-05-02 14:59:51 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-05-02 14:59:51 +0200 |
commit | de97545fc3fd2ed3796dd37960ee807acab72d2d (patch) | |
tree | 36132be0e37de1098b1e91b0d93835357b82dd0e | |
parent | Merge branch 'master' into f27 (diff) | |
parent | build fix (diff) | |
download | librewolf-fedora-ff-de97545fc3fd2ed3796dd37960ee807acab72d2d.tar.gz librewolf-fedora-ff-de97545fc3fd2ed3796dd37960ee807acab72d2d.tar.bz2 librewolf-fedora-ff-de97545fc3fd2ed3796dd37960ee807acab72d2d.zip |
Merge branch 'master' into f27
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 2f88dcf..b3ee130 100644 --- a/firefox.spec +++ b/firefox.spec @@ -587,8 +587,6 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE20} %{__rm} -rf %{buildroot}%{_bindir}/firefox %{__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 |