diff options
| author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-23 10:25:48 -0400 |
|---|---|---|
| committer | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-23 10:25:48 -0400 |
| commit | d8e900ef829888ea56ef13c88b41b49a2d1be959 (patch) | |
| tree | 0d546f7fa6d8c4106b6d98d15da0ac9777b02302 /cloudmasterd | |
| parent | c2ad8b0b373b722af0d31a613bce7d845ff447db (diff) | |
| download | tools-d8e900ef829888ea56ef13c88b41b49a2d1be959.tar.gz tools-d8e900ef829888ea56ef13c88b41b49a2d1be959.tar.xz tools-d8e900ef829888ea56ef13c88b41b49a2d1be959.zip | |
Another fix for the RPM building
Diffstat (limited to 'cloudmasterd')
| -rw-r--r-- | cloudmasterd/config/hoe.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudmasterd/config/hoe.rb b/cloudmasterd/config/hoe.rb index 614f0d2..7e52e96 100644 --- a/cloudmasterd/config/hoe.rb +++ b/cloudmasterd/config/hoe.rb @@ -60,7 +60,7 @@ $hoe = Hoe.new(GEM_NAME, VERS) do |p| p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") p.extra_deps = ['picnic', 'activesupport', ['reststop', '>= 0.2.1'], 'everest'] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ] - p.spec_extras = {:executables => ['cloudmasterd', 'cloudmasterd-ctl']} # A hash of extra values to set in the gemspec. + p.spec_extras = {:executables => ['cloudmasterd', 'cloudmasterd-ctl', 'cloudmasterd-sync']} # A hash of extra values to set in the gemspec. end |
