mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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@
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue