Skip to content

Commit

Permalink
[COOK-1759] Add missing rhel platform_family package for git::source …
Browse files Browse the repository at this point in the history
…installation.
  • Loading branch information
bflad committed Oct 11, 2012
1 parent 00f9e25 commit 63e6b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/source.rb
Expand Up @@ -19,7 +19,7 @@
include_recipe "build-essential"

pkgs = value_for_platform_family(
["rhel"] => %w{ expat-devel gettext-devel libcurl-devel openssl-devel zlib-devel }
["rhel"] => %w{ expat-devel gettext-devel libcurl-devel openssl-devel perl-ExtUtils-MakeMaker zlib-devel }
)

pkgs.each do |pkg|
Expand Down

0 comments on commit 63e6b57

Please sign in to comment.