diff --git a/Makefile.in b/Makefile.in index 02bd581f..60640a18 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"