From 9226a3c56e27016323fb012d21301a8aa1534dd6 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 1 Feb 2011 09:33:41 -0800 Subject: Remove some crufty commented out code --- firefox.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/firefox.spec b/firefox.spec index f3ab69b..f9f5363 100644 --- a/firefox.spec +++ b/firefox.spec @@ -228,15 +228,6 @@ ln -s %{default_bookmarks_file} $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bo %{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/firefox-config -#cd $RPM_BUILD_ROOT/%{mozappdir}/chrome -#find . -name "*" -type d -maxdepth 1 -exec %{__rm} -rf {} \; -#cd - - -#%{__cat} > $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/firefox-l10n.js << EOF -#pref("general.useragent.locale", "chrome://global/locale/intl.properties"); -#EOF -#%{__chmod} 644 $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/firefox-l10n.js - %{__cp} other-licenses/branding/%{name}/default16.png \ $RPM_BUILD_ROOT/%{mozappdir}/icons/ %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps -- cgit