mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/erb] Use libexec same as ruby core repository
https://github.com/ruby/erb/commit/660255cf24
This commit is contained in:
parent
ccb944fcfe
commit
cdb85142f9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|||
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
|
||||
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
||||
end
|
||||
spec.bindir = "exe"
|
||||
spec.bindir = "libexec"
|
||||
spec.executables = ["erb"]
|
||||
spec.require_paths = ["lib"]
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue