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 : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby25 /
lib64 /
ruby /
2.5.0 /
rubygems /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
build_error.rb
145
B
-rw-r--r--
2021-04-05 11:46
builder.rb
5.67
KB
-rw-r--r--
2021-04-05 11:46
cmake_builder.rb
460
B
-rw-r--r--
2021-04-05 11:46
configure_builder.rb
531
B
-rw-r--r--
2021-04-05 11:46
ext_conf_builder.rb
2.92
KB
-rw-r--r--
2021-04-05 11:46
rake_builder.rb
981
B
-rw-r--r--
2021-04-05 11:46
Save
Rename
# frozen_string_literal: true 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