We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e88ab commit f29050bCopy full SHA for f29050b
metasploit-framework.gemspec
@@ -2,8 +2,8 @@
2
3
# During build, the Gemfile is temporarily moved and
4
# we must manually define the project root
5
-if ENV['MSP_ROOT']
6
- lib = Pathname.new(ENV['MSP_ROOT']).join('msf3', 'lib').to_path
+if ENV['MSF_ROOT']
+ lib = Pathname.new(ENV['MSF_ROOT']).join('lib').to_path
7
else
8
# have to use realpath as metasploit-framework is often loaded through a symlink and tools like Coverage and debuggers
9
# require realpaths.
0 commit comments