diff options
author | Tom "spot" Callaway <tcallawa@redhat.com> | 2010-09-07 14:36:06 -0400 |
---|---|---|
committer | Tom "spot" Callaway <tcallawa@redhat.com> | 2010-09-07 14:36:06 -0400 |
commit | b7539261ab2fd77f159c2f6d00b4f0c32827e1a2 (patch) | |
tree | 15504024445d94dfcf9c030c1a94eac63d8ae80e | |
parent | BuildRequires: yasm (diff) | |
download | librewolf-fedora-ff-b7539261ab2fd77f159c2f6d00b4f0c32827e1a2.tar.gz librewolf-fedora-ff-b7539261ab2fd77f159c2f6d00b4f0c32827e1a2.tar.bz2 librewolf-fedora-ff-b7539261ab2fd77f159c2f6d00b4f0c32827e1a2.zip |
drop browser.manifest from %files, add new *.manifest files
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 25f899c..95cec69 100644 --- a/firefox.spec +++ b/firefox.spec @@ -357,7 +357,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %ghost %{mozappdir}/components/xpti.dat %{mozappdir}/components/*.so %{mozappdir}/components/*.xpt -%{mozappdir}/components/browser.manifest +# %{mozappdir}/components/browser.manifest +%{mozappdir}/components/components.manifest +%{mozappdir}/components/interfaces.manifest %attr(644, root, root) %{mozappdir}/blocklist.xml %attr(644, root, root) %{mozappdir}/components/*.js %{mozappdir}/defaults |