Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
yum repo for erlang uses "i386" instead of "i686" for arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jan 25, 2012
1 parent e8abb0d commit c9ef574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erlang/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
package erlpkg
package "erlang-dev"
when "redhat", "centos", "scientific"
repo_arch = node['kernel']['machine'] =~ /i[36]86/ ? "i386" : "x86_64"
include_recipe "yum::epel"
yum_repository "erlang" do
name "EPELErlangrepo"
Expand Down

0 comments on commit c9ef574

Please sign in to comment.