summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-18 18:44:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-18 18:44:46 +0900
commit3d86f7a37c595375c125efabb812c02c35d9af7d (patch)
treefc3b26aed4e76ba9bc8c811393b9ecdbd6172b30 /tool/sync_default_gems.rb
parentaf1926e85915a11d606e8c3cf897fe28d6d2f1c5 (diff)
The executable file of erb is under the libexec on ruby/erb repo
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 29db8f7d09..8663282f54 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -281,7 +281,7 @@ def sync_default_gems(gem)
cp_r("#{upstream}/lib/erb.rb", "lib")
cp_r("#{upstream}/test/erb", "test")
cp_r("#{upstream}/erb.gemspec", "lib")
- cp_r("#{upstream}/exe/erb", "libexec")
+ cp_r("#{upstream}/libexec/erb", "libexec")
when "nkf"
rm_rf(%w[ext/nkf test/nkf])
cp_r("#{upstream}/ext/nkf", "ext")