Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
lib64 /
ruby /
2.1.0 /
rubygems /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
build_error.rb
115
B
-rw-r--r--
2013-10-16 02:14
builder.rb
5.57
KB
-rw-r--r--
2013-12-10 20:54
cmake_builder.rb
430
B
-rw-r--r--
2013-11-19 01:34
configure_builder.rb
501
B
-rw-r--r--
2013-11-19 01:34
ext_conf_builder.rb
2.03
KB
-rw-r--r--
2014-02-06 03:59
rake_builder.rb
946
B
-rw-r--r--
2013-12-01 00:27
Save
Rename
require 'rubygems/command' class Gem::Ext::CmakeBuilder < Gem::Ext::Builder def self.build(extension, directory, dest_path, results, args=[], lib_dir=nil) unless File.exist?('Makefile') then cmd = "cmake . -DCMAKE_INSTALL_PREFIX=#{dest_path}" cmd << " #{Gem::Command.build_args.join ' '}" unless Gem::Command.build_args.empty? run cmd, results end make dest_path, results results end end