Update build-essential cookbook

This commit is contained in:
Greg Karékinian
2016-01-22 22:22:59 +00:00
parent 17fca99aae
commit d8681e860c
21 changed files with 21 additions and 766 deletions

View File

@@ -2,7 +2,7 @@
# Cookbook Name:: build-essential
# Recipe:: fedora
#
# Copyright 2008-2013, Chef Software, Inc.
# Copyright 2008-2015, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -28,4 +28,5 @@ potentially_at_compile_time do
package 'make'
package 'm4'
package 'ncurses-devel'
package 'patch'
end

View File

@@ -44,5 +44,5 @@ when 5.11
package 'ucb'
end
else
raise "Sorry, we don't support Solaris version #{node['platform_version']} at this juncture."
fail "Sorry, we don't support Solaris version #{node['platform_version']} at this juncture."
end