mirror of
https://github.com/nmap/nmap.git
synced 2026-01-28 17:19:05 +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@
|
INSTALL = @INSTALL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
SHTOOL = ../shtool
|
||||||
|
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
|
|
||||||
@@ -37,6 +38,7 @@ $(NBASELIB):
|
|||||||
cd $(NBASEDIR) && $(MAKE)
|
cd $(NBASEDIR) && $(MAKE)
|
||||||
|
|
||||||
install: nmap-update
|
install: nmap-update
|
||||||
|
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
|
||||||
$(INSTALL) -c -m 755 nmap-update $(DESTDIR)$(bindir)
|
$(INSTALL) -c -m 755 nmap-update $(DESTDIR)$(bindir)
|
||||||
$(STRIP) -x $(DESTDIR)$(bindir)/nmap-update
|
$(STRIP) -x $(DESTDIR)$(bindir)/nmap-update
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user