summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-05-20 02:22:30 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-05-20 02:22:30 +1000
commite1a7f845cc543bd4c7fb852974d563e50db128dd (patch)
tree838604f751b03bf2132c54b88aece95cc7d3cfa6 /Rakefile
parente180a918a98c9b16b0b8fc1486f45c4c5de91dea (diff)
downloadpuppet-e1a7f845cc543bd4c7fb852974d563e50db128dd.tar.gz
puppet-e1a7f845cc543bd4c7fb852974d563e50db128dd.tar.xz
puppet-e1a7f845cc543bd4c7fb852974d563e50db128dd.zip
Added install.rb to Rakefile package task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 686f1d611..dd12d2d9f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,6 +7,7 @@ require 'rake/gempackagetask'
FILES = FileList[
'[A-Z]*',
+ 'install.rb',
'bin/**/*',
'sbin/**/*',
'lib/**/*',