diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-02-26 21:54:26 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-02-26 21:54:26 -0800 |
commit | a290d3e1150c39e58ff5da400c5e089e0bddb996 (patch) | |
tree | f4c2623343a85be4abf06f470a47621c3cf5532f | |
parent | Use omnijar as our chrome file format (diff) | |
download | librewolf-fedora-ff-a290d3e1150c39e58ff5da400c5e089e0bddb996.tar.gz librewolf-fedora-ff-a290d3e1150c39e58ff5da400c5e089e0bddb996.tar.bz2 librewolf-fedora-ff-a290d3e1150c39e58ff5da400c5e089e0bddb996.zip |
stop shipping ghosted {compreg,xpti}.dat
they both moved to the profile directory ages ago
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec index a0e37f0..7cd8202 100644 --- a/firefox.spec +++ b/firefox.spec @@ -255,10 +255,6 @@ done # Copy over the LICENSE %{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT/%{mozappdir} -# ghost files -touch $RPM_BUILD_ROOT/%{mozappdir}/components/compreg.dat -touch $RPM_BUILD_ROOT/%{mozappdir}/components/xpti.dat - # Enable crash reporter for Firefox application %if %{include_debuginfo} sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini @@ -305,8 +301,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{mozappdir}/chrome %{mozappdir}/chrome.manifest %dir %{mozappdir}/components -%ghost %{mozappdir}/components/compreg.dat -%ghost %{mozappdir}/components/xpti.dat %{mozappdir}/components/*.so %{mozappdir}/components/binary.manifest %attr(644, root, root) %{mozappdir}/blocklist.xml |