1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00
This commit is contained in:
dmiller
2016-03-18 03:46:13 +00:00
parent 8e87372692
commit 91fc3e503f

View File

@@ -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):