mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a typo in Zenmap setup: sys.prefix, not self.prefix
This commit is contained in:
parent
f0bfd5363c
commit
ce340ba67b
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,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 = self.prefix
|
||||
self.saved_prefix = sys.prefix
|
||||
install.finalize_options(self)
|
||||
|
||||
def run(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue