summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-12-11 11:57:02 -0600
committerLuke Kanies <luke@madstop.com>2007-12-11 11:57:02 -0600
commit1bbaf1833cd68220761ad47a5a0789d9eb2fa828 (patch)
treea98dd3fccd9336e88c4353cd287f0d36ef7cd7da /install.rb
parent6db18cc3047de4a0495888f6d2accaf937523e94 (diff)
downloadpuppet-1bbaf1833cd68220761ad47a5a0789d9eb2fa828.tar.gz
puppet-1bbaf1833cd68220761ad47a5a0789d9eb2fa828.tar.xz
puppet-1bbaf1833cd68220761ad47a5a0789d9eb2fa828.zip
Applying patch by whaymond to fix #955.
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 ad7172cee..6c418119b 100755
--- a/install.rb
+++ b/install.rb
@@ -64,7 +64,7 @@ sbins = glob(%w{sbin/*})
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)$/ }
-libs = glob(%w{lib/**/*.rb})
+libs = glob(%w{lib/**/*.rb lib/**/*.py})
tests = glob(%w{tests/**/*.rb})
def do_bins(bins, target, strip = 's?bin/')