summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-05-27 16:19:37 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-05-27 16:19:37 +1000
commit3c2e69f28dbea231b4885c2c330efc8d0955287d (patch)
tree7334f708c57a405f6a87024cd4d6abb270ac130c /Rakefile
parent65c1889f09e83601b30f303294bff38621d77ab1 (diff)
downloadpuppet-3c2e69f28dbea231b4885c2c330efc8d0955287d.tar.gz
puppet-3c2e69f28dbea231b4885c2c330efc8d0955287d.tar.xz
puppet-3c2e69f28dbea231b4885c2c330efc8d0955287d.zip
Fixed Rakefile to install non-.rb files to fix #1266
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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/**/*',