From 3c2e69f28dbea231b4885c2c330efc8d0955287d Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Tue, 27 May 2008 16:19:37 +1000 Subject: Fixed Rakefile to install non-.rb files to fix #1266 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1a3faad09..f4f88f2cc 100644 --- a/Rakefile +++ b/Rakefile @@ -23,7 +23,7 @@ project = Rake::RedLabProject.new("puppet") do |p| 'lib/puppet.rb', 'lib/puppet/**/*.rb', 'lib/puppet/**/*.py', - 'test/**/*.rb', + 'test/**/*', 'bin/**/*', 'ext/**/*', 'examples/**/*', -- cgit