Actions
Backport #7909
closedBackport r39366 - Create extension install directory before installing
Status:
Closed
Assignee:
Description
This fixed #7897.
The change is here:
https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/39366
This may be a work-around to a regression in mkmf.rb, though. See #7897 for discussion.
Updated by mame (Yusuke Endoh) over 11 years ago
- Assignee changed from mame (Yusuke Endoh) to drbrain (Eric Hodel)
Well, is it really ok to require "fileutils" just for mkdir_p?
If ok, please go ahead. Thank you.
--
Yusuke Endoh mame@tsg.ne.jp
Updated by drbrain (Eric Hodel) over 11 years ago
I think the require is redundant as FileUtils is required elsewhere. FileUtils is already used in other places in the installer.
Updated by drbrain (Eric Hodel) over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Committed r39392
Actions
Like0
Like0Like0Like0