1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

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"