From abdc97142b80d2ca06c105138c488c43623f2b02 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sun, 25 Jan 2015 19:33:02 +0100 Subject: [PATCH] Add compare-locales via easy_install for Firefox --- buildserver/cookbooks/fdroidbuild-general/recipes/default.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb b/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb index 0d821605..7b714625 100644 --- a/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb +++ b/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb @@ -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" -- 2.30.2