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

More lightweight than ia32

This commit is contained in:
Ciaran Gultnieks 2013-06-11 22:08:31 +01:00
parent 58f555737f
commit 9a2baaad0f

View File

@ -6,7 +6,7 @@
end
if node['kernel']['machine'] == "x86_64"
%w{ia32-libs}.each do |pkg|
%w{libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386}.each do |pkg|
package pkg do
action :install
end