From 4cd625f089af14c19348fa5574bc071b5d2e6b9f Mon Sep 17 00:00:00 2001 From: david Date: Tue, 20 Dec 2011 02:50:04 +0000 Subject: [PATCH] Make the destination directory for nmap-update. --- nmap-update/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nmap-update/Makefile.in b/nmap-update/Makefile.in index ad0083696..1e9c710df 100644 --- a/nmap-update/Makefile.in +++ b/nmap-update/Makefile.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