| Server IP : 164.138.27.172 / Your IP : 216.73.216.143 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/jonasn/.rvm/patches/ree/ |
Upload File : |
--- a/installer.rb
+++ b/installer.rb
@@ -281,7 +281,7 @@
if install_autoconf_package('source', 'Ruby Enterprise Edition')
# Some installed files may have wrong permissions
# (not world-readable). So we fix this.
- if sh("chmod -R g+r,o+r,o-w #{@destdir}#{@prefix}/lib/ruby")
+ if sh("chmod -R g+r,o+r,o-w #{@destdir}#{@prefix}/lib*/ruby")
if @using_system_allocator_library &&
!sh("install source/libsystem_allocator.dylib #{@destdir}#{@prefix}/lib/")
return false
@@ -307,7 +307,7 @@
def install_rubygems
# We might be installing into a fakeroot, so add the fakeroot's library
# search paths to RUBYLIB so that gem installation will work.
- basedir = "#{@destdir}#{@prefix}/lib/ruby"
+ basedir = "#{@destdir}#{@prefix}/lib*/ruby"
libdir = "#{basedir}/1.8"
archname = File.basename(File.dirname(Dir["#{libdir}/*/thread.#{PlatformInfo::RUBYLIBEXT}"].first))
extlibdir = "#{libdir}/#{archname}"