summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2013-04-01 14:39:26 +0200
committerMartin Stransky <stransky@anakreon.cz>2013-04-01 14:39:26 +0200
commitc0ab6d6556f6ee872b6da2c5f4c8f6340817232a (patch)
tree08e483cfbb167a625ffd2becb460e86e6b2935ed
parentlangpack fix (diff)
downloadlibrewolf-fedora-ff-c0ab6d6556f6ee872b6da2c5f4c8f6340817232a.tar.gz
librewolf-fedora-ff-c0ab6d6556f6ee872b6da2c5f4c8f6340817232a.tar.bz2
librewolf-fedora-ff-c0ab6d6556f6ee872b6da2c5f4c8f6340817232a.zip
build fix
-rw-r--r--firefox.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 5a27539..2918a9d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -15,8 +15,8 @@
%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
-%global xulrunner_version 19.0.2
-%global xulrunner_version_max 19.1
+%global xulrunner_version 20.0
+%global xulrunner_version_max 20.1
%global xulrunner_release 1
%global alpha_version 0
%global beta_version 0
@@ -379,6 +379,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%defattr(-,root,root,-)
%{_bindir}/firefox
%{mozappdir}/firefox
+%{mozappdir}/firefox-bin
%doc %{_mandir}/man1/*
%dir %{_datadir}/mozilla/extensions/%{firefox_app_id}
%dir %{_libdir}/mozilla/extensions/%{firefox_app_id}
bgstack15