Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.188.149.185
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
rubygems /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
build_error.rb
115
B
-rw-r--r--
2013-10-16 00:14
builder.rb
5.54
KB
-rw-r--r--
2014-09-14 03:30
cmake_builder.rb
430
B
-rw-r--r--
2013-11-19 00:34
configure_builder.rb
501
B
-rw-r--r--
2013-11-19 00:34
ext_conf_builder.rb
2.14
KB
-rw-r--r--
2014-12-07 00:53
rake_builder.rb
946
B
-rw-r--r--
2013-11-30 23: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