]> git.ipfire.org Git - thirdparty/pdns.git/blame - build-scripts/dist-recursor
Add `--nobest` when installing PDNS software.
[thirdparty/pdns.git] / build-scripts / dist-recursor
CommitLineData
e30c4f26
BH
1#!/usr/bin/env bash
2
68c12f0b
PD
3set -e
4
5c5e149a
PL
5if [ "$0" != "./build-scripts/dist-recursor" ]; then
6 echo "Please run me from the root checkout dir"
7 exit 1
8fi
cd5dd0f9
PL
9set -x
10
0c6f6275 11cd pdns/recursordist
bd7f05fa 12
48c7cae9 13autoreconf -vi
0c6f6275
PL
14./configure
15make dist