Skip to content

Commit

Permalink
Merge pull request #2522 from puppetlabs/backport-2517-to-7.x
Browse files Browse the repository at this point in the history
[Backport 7.x] (PUP-12031) Update reference to puppet.gemspec instead of .gemspec
  • Loading branch information
AriaXLi authored May 9, 2024
2 parents b9bed14 + f82f1ac commit 061a2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/puppet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
pkg.install_configfile("../indent_puppet.vim", "#{settings[:datadir]}/vim/puppet-vimfiles/indent/puppet.vim")
pkg.install_configfile("../syntax_puppet.vim", "#{settings[:datadir]}/vim/puppet-vimfiles/syntax/puppet.vim")

pkg.install_file ".gemspec", "#{settings[:gem_home]}/specifications/#{pkg.get_name}-#{pkg.get_version_forced}.gemspec"
pkg.install_file "puppet.gemspec", "#{settings[:gem_home]}/specifications/#{pkg.get_name}-#{pkg.get_version_forced}.gemspec"

if platform.is_windows?
# Install the appropriate .batch files to the INSTALLDIR/bin directory
Expand Down

0 comments on commit 061a2d1

Please sign in to comment.