Skip to content

Commit

Permalink
Updated rake task to fix gem build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Jan 12, 2010
1 parent 49013f0 commit f7e1435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/rake/gem.rake
Expand Up @@ -25,7 +25,7 @@ spec = Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.name = 'puppet'
spec.files = GEM_FILES.to_a
spec.executables = EXECUTABLES.gsub(/sbin|bin/, '').to_a
spec.executables = EXECUTABLES.gsub(/sbin\/|bin\//, '').to_a
spec.version = Puppet::PUPPETVERSION
spec.add_dependency('facter', '>= 1.5.1')
spec.summary = 'Puppet, an automated configuration management tool'
Expand Down

0 comments on commit f7e1435

Please sign in to comment.