From 0f1dd9cdd2d030af4a73ad957e460527b4bab6a7 Mon Sep 17 00:00:00 2001 From: Shane Kerr Date: Thu, 3 Sep 2015 10:31:41 +0000 Subject: [PATCH] Fix directory creation documentation for anchor file --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0c5c089e..7e6f4de1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,7 +72,7 @@ install: all @echo "***" @echo "*** We recomend using unbound-anchor to retrieve and install" @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 "***" @echo "*** We strongly recommend package maintainers to provide the"