mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* instruby.rb (install): erased a garbage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
729b4a813b
commit
9aa8fcde55
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ def install(src, dest, options = {})
|
|||
options[:preserve] = true
|
||||
d = with_destdir(dest)
|
||||
super(src, d, options)
|
||||
if strip and cmd =
|
||||
if strip
|
||||
d = File.join(d, File.basename(src)) if $made_dirs[dest]
|
||||
strip_file(d)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue