mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
The executable file of erb is under the libexec on ruby/erb repo
This commit is contained in:
parent
af1926e859
commit
3d86f7a37c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue