mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 07:29:03 +00:00
Make the destination directory for nmap-update.
This commit is contained in:
@@ -13,6 +13,7 @@ DEFS = @DEFS@ -D_FORTIFY_SOURCE=2
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
STRIP = @STRIP@
|
||||
SHTOOL = ../shtool
|
||||
|
||||
DESTDIR =
|
||||
|
||||
@@ -37,6 +38,7 @@ $(NBASELIB):
|
||||
cd $(NBASEDIR) && $(MAKE)
|
||||
|
||||
install: nmap-update
|
||||
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
|
||||
$(INSTALL) -c -m 755 nmap-update $(DESTDIR)$(bindir)
|
||||
$(STRIP) -x $(DESTDIR)$(bindir)/nmap-update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user