1
0
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:
david
2011-12-20 02:50:04 +00:00
parent 083065ea3a
commit 4cd625f089

View File

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