mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 15:08:40 +00:00
Revert r33804, it was not a typo. http://seclists.org/nmap-dev/2016/q1/297
This commit is contained in:
parent
8e87372692
commit
91fc3e503f
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class my_install(install):
|
|||
# install.finalize_options when sys.prefix is "/usr/local" (our
|
||||
# default). Because we need the unchanged value later, remember it
|
||||
# here.
|
||||
self.saved_prefix = sys.prefix
|
||||
self.saved_prefix = self.prefix
|
||||
install.finalize_options(self)
|
||||
|
||||
def run(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue