Add compare-locales via easy_install for Firefox

This commit is contained in:
Boris Kraut 2015-01-25 19:33:02 +01:00
parent ffd5263b58
commit abdc97142b

View file

@ -19,6 +19,11 @@ if node['kernel']['machine'] == "x86_64"
end
end
easy_install_package "compare-locales" do
options "-U"
action :install
end
execute "add-bsenv" do
user user
command "echo \". ./.bsenv \" >> /home/#{user}/.bashrc"