diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-02-01 09:33:41 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-02-01 09:33:41 -0800 |
commit | 9226a3c56e27016323fb012d21301a8aa1534dd6 (patch) | |
tree | bcf60d48a450c4f15aefa51d294a93bd7b50fa27 /firefox.spec | |
parent | Use the -gdwarf-2 format instead of the obsolete -gstabs+ (diff) | |
download | librewolf-fedora-ff-9226a3c56e27016323fb012d21301a8aa1534dd6.tar.gz librewolf-fedora-ff-9226a3c56e27016323fb012d21301a8aa1534dd6.tar.bz2 librewolf-fedora-ff-9226a3c56e27016323fb012d21301a8aa1534dd6.zip |
Remove some crufty commented out code
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 0 insertions, 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 |