diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-14 21:17:45 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-14 21:17:45 +0000 |
| commit | 7e908a57c88fdb1b1f842941f1bf0d720ff51a90 (patch) | |
| tree | 51124a4e37a6d91244007472db7c606daa06750b | |
| parent | 73d051fa150534f32d1f8d32bea466b1aa24fab8 (diff) | |
Removing ruby as a dependency, since too many packaging systems will have installed it differently
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1034 980ebf18-57e1-0310-9a29-db15c13687c0
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -56,7 +56,6 @@ if project.has?(:epm) task.bins = FileList.new("bin/puppet", "bin/puppetca") task.sbins = FileList.new("bin/puppetmasterd", "bin/puppetd") task.rubylibs = FileList.new('lib/**/*') - task.add_dependency("ruby", "1.8.1") end end |
