mirror of
https://github.com/nmap/nmap.git
synced 2026-05-14 01:07:08 +00:00
Make the destination directory for nmap-update.
This commit is contained in:
parent
083065ea3a
commit
4cd625f089
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue