chiark / gitweb /
Add compare-locales via easy_install for Firefox
authorBoris Kraut <krt@nurfuerspam.de>
Sun, 25 Jan 2015 18:33:02 +0000 (19:33 +0100)
committerBoris Kraut <krt@nurfuerspam.de>
Sun, 25 Jan 2015 18:33:02 +0000 (19:33 +0100)
buildserver/cookbooks/fdroidbuild-general/recipes/default.rb

index 0d8216054b65eb8e0fcd161526c77910800ca56a..7b71462521425ea56b95dd8b56ac6254488a8e99 100644 (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"