summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-13 00:41:21 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-13 00:41:21 -0700
commite852580cc09ebead2ef1f8d385338ebea645308a (patch)
tree236bdb2712ff81b705001240a811df897d5a548d /install.rb
parentb060ca7e1594a6ecfd6b1e32933e6a531b08bcf4 (diff)
downloadpuppet-e852580cc09ebead2ef1f8d385338ebea645308a.tar.gz
puppet-e852580cc09ebead2ef1f8d385338ebea645308a.tar.xz
puppet-e852580cc09ebead2ef1f8d385338ebea645308a.zip
maint: install erb templates under lib/
We now use a handful of erb templates to generate help, so it matters that we install them into the right destination. This extends install.rb to reflect that change.
Diffstat (limited to 'install.rb')
-rwxr-xr-xinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index 6bf4f5587..dcff82403 100755
--- a/install.rb
+++ b/install.rb
@@ -73,7 +73,7 @@ bins = glob(%w{bin/*})
rdoc = glob(%w{bin/* sbin/* lib/**/*.rb README README-library CHANGELOG TODO Install}).reject { |e| e=~ /\.(bat|cmd)$/ }
ri = glob(%w{bin/*.rb sbin/* lib/**/*.rb}).reject { |e| e=~ /\.(bat|cmd)$/ }
man = glob(%w{man/man[0-9]/*})
-libs = glob(%w{lib/**/*.rb lib/**/*.py lib/puppet/util/command_line/*})
+libs = glob(%w{lib/**/*.rb lib/**/*.erb lib/**/*.py lib/puppet/util/command_line/*})
tests = glob(%w{test/**/*.rb})
def do_configs(configs, target, strip = 'conf/')