@@ -23,7 +23,7 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s STRIP=true" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s STRIP=true" % get.installDIR())
|
||||||
for i in ["uninstall_zenmap", "nmapfe", "xnmap"]:
|
for i in ["nmapfe", "xnmap"]:
|
||||||
pisitools.remove("/usr/bin/%s" % i)
|
pisitools.remove("/usr/bin/%s" % i)
|
||||||
|
|
||||||
pisitools.dodoc("LICENSE", "HACKING", "README.md")
|
pisitools.dodoc("LICENSE", "HACKING", "README.md")
|
||||||
|
|||||||
Reference in New Issue
Block a user