summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorEzra Zygmuntowicz <ez@engineyard.com>2008-10-04 17:25:19 -0700
committerEzra Zygmuntowicz <ez@engineyard.com>2008-10-04 17:25:19 -0700
commitd39f54afd8c6d14035d35b71031400370a7aceaf (patch)
tree371145dc23436af5f7c66eb1b6f8e57153b633b5 /Rakefile
parent1fd7173fed447b2d4e401c7dedf66131288151b6 (diff)
downloadchef-d39f54afd8c6d14035d35b71031400370a7aceaf.tar.gz
Adding Portage package provider first pass. Seems to work.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 094e7b22aa..3acfc1d70e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -37,7 +37,7 @@ spec = Gem::Specification.new do |s|
s.executables = %w( chef-client chef-indexer chef-server chef-solo )
s.require_path = 'lib'
- s.files = %w(LICENSE README.txt Rakefile) + Dir.glob("{lib,specs}/**/*")
+ s.files = %w(LICENSE README.txt Rakefile) + Dir.glob("{lib,specs,config,examples}/**/*")
end
Rake::GemPackageTask.new(spec) do |pkg|