From 2039a2785d09d128db10ddeb4a38732c38c0bc88 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 14 Jul 2017 19:06:48 +0200 Subject: [PATCH] cd to the right directory before compiling --- pdns/recursordist/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index c0cb7880b1..e08be48907 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -43,6 +43,7 @@ To compile from a git checkout, install pandoc, ragel, automake and autoconf. Then run ``` +$ cd pdns/pdns/recursordist/ $ ./bootstrap $ ./configure $ make -- 2.47.2