From c0ab6d6556f6ee872b6da2c5f4c8f6340817232a Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 1 Apr 2013 14:39:26 +0200 Subject: build fix --- firefox.spec | 5 +++-- 1 file 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} -- cgit