diff options
author | Martin Stransky <stransky@redhat.com> | 2017-06-09 10:13:24 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-06-09 10:13:24 +0200 |
commit | a19743fedce8bd79e249814a783333845bb62bdb (patch) | |
tree | eff4a57b438469b9459dbfbcd829a43553160eb8 | |
parent | Added build fix, remove -Wno-format build flags (diff) | |
download | librewolf-fedora-ff-a19743fedce8bd79e249814a783333845bb62bdb.tar.gz librewolf-fedora-ff-a19743fedce8bd79e249814a783333845bb62bdb.tar.bz2 librewolf-fedora-ff-a19743fedce8bd79e249814a783333845bb62bdb.zip |
build fix - packaged missing files
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index fe13f97..e7194ec 100644 --- a/firefox.spec +++ b/firefox.spec @@ -793,6 +793,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{mozappdir}/browser/features/e10srollout@mozilla.org.xpi %{mozappdir}/browser/features/firefox@getpocket.com.xpi %{mozappdir}/browser/features/webcompat@mozilla.org.xpi +%{mozappdir}/browser/features/screenshots@mozilla.org.xpi %{mozappdir}/distribution/distribution.ini # That's Windows only %ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi @@ -807,6 +808,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{mozappdir}/chrome.manifest %{mozappdir}/run-mozilla.sh %{mozappdir}/application.ini +%{mozappdir}/pingsender %exclude %{mozappdir}/removed-files %{_datadir}/icons/hicolor/16x16/apps/firefox.png %{_datadir}/icons/hicolor/22x22/apps/firefox.png |