From: Ruben Kerkhof Date: Fri, 14 Jul 2017 17:06:48 +0000 (+0200) Subject: cd to the right directory before compiling X-Git-Tag: dnsdist-1.2.0~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5522%2Fhead;p=thirdparty%2Fpdns.git cd to the right directory before compiling --- 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