summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-21 13:40:41 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-21 13:40:41 +0000
commit747586789ba97ea1392337d025114521576c0699 (patch)
tree381b4bf3481ead49062ebf5ed99855fa38f7854c
parent- Update to latest trunk (2008-03-20) (diff)
downloadlibrewolf-fedora-ff-747586789ba97ea1392337d025114521576c0699.tar.gz
librewolf-fedora-ff-747586789ba97ea1392337d025114521576c0699.tar.bz2
librewolf-fedora-ff-747586789ba97ea1392337d025114521576c0699.zip
add blocklist.xml
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 2a2a40a..42dd3a5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -294,6 +294,7 @@ fi
%ghost %{mozappdir}/components/xpti.dat
%{mozappdir}/components/*.so
%{mozappdir}/components/*.xpt
+%attr(644, root, root) %{mozappdir}/blocklist.xml
%attr(644, root, root) %{mozappdir}/components/*.js
%{mozappdir}/defaults
%{mozappdir}/extensions
bgstack15