summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-26 01:43:02 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-26 01:43:02 +0000
commite5906952fc36268aaa1051d7cb2c35ee582ec48c (patch)
treefcb99697f80c820020e172e300d015c69864b339 /tool/sync_default_gems.rb
parentf944f8ccf2b31213468cbc860b83b62624952997 (diff)
Use libexec for distination directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 509ddafe08..5d428c5d37 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -88,7 +88,7 @@ def sync_default_gems(gem)
when "bundler"
`rm -rf lib/bundler* libexec/bundler libexec/bundle libexec/bundle_ruby spec/bundler man/bundle* man/gemfile*`
`cp -r ../../bundler/bundler/lib/bundler* ./lib`
- `cp -r ../../bundler/bundler/exe/bundle* ./bin`
+ `cp -r ../../bundler/bundler/exe/bundle* ./libexec`
`cp ../../bundler/bundler/bundler.gemspec ./lib`
`cp -r ../../bundler/bundler/spec spec/bundler`
`cp -r ../../bundler/bundler/man/*.{1,5,1\.txt,5\.txt,ronn} ./man`