Skip to content

Commit

Permalink
COOK-942: set the correct package name for openjdk on FreeBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Campi authored and jtimberman committed Jan 5, 2012
1 parent cd7defd commit d6fa780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/recipes/openjdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
["centos","redhat","fedora"] => {
"default" => ["java-1.6.0-openjdk","java-1.6.0-openjdk-devel"]
},
"arch" => {
["arch","freebsd"] => {
"default" => ["openjdk6"]
},
"default" => ["openjdk-6-jdk","default-jdk"]
Expand Down

0 comments on commit d6fa780

Please sign in to comment.