Fix directory creation documentation for anchor file

This commit is contained in:
Shane Kerr 2015-09-03 10:31:41 +00:00
parent 898fc15b6b
commit 0f1dd9cdd2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ install: all
@echo "***" @echo "***"
@echo "*** We recomend using unbound-anchor to retrieve and install" @echo "*** We recomend using unbound-anchor to retrieve and install"
@echo "*** the root trust anchor like this: " @echo "*** the root trust anchor like this: "
@echo "*** mkdir /etc/unbound" @echo "*** mkdir -p `dirname @TRUST_ANCHOR_FILE@`"
@echo "*** unbound-anchor -a \"@TRUST_ANCHOR_FILE@\"" @echo "*** unbound-anchor -a \"@TRUST_ANCHOR_FILE@\""
@echo "***" @echo "***"
@echo "*** We strongly recommend package maintainers to provide the" @echo "*** We strongly recommend package maintainers to provide the"