From b5a575f0cd0d94db4e3cea6aba0fa904d127d044 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 11 Aug 2018 14:04:27 -0400 Subject: [PATCH 1/1] bootstrap: use locally built domtool-config when creating local-root Was unintentionally calling system-wide domtool-config --- bootstrap/domtool-create-local-root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/domtool-create-local-root b/bootstrap/domtool-create-local-root index e566f06..f501322 100755 --- a/bootstrap/domtool-create-local-root +++ b/bootstrap/domtool-create-local-root @@ -4,7 +4,7 @@ # service = bind, apache, exim, courier, etc. # actually: domtool-create-local-root -> every possible service dir is created -LOCALROOT=`domtool-config -path local-root` +LOCALROOT=`../bin/domtool-config -path local-root` if [ -z "$LOCALROOT" ]; then echo "ERROR: local root not set. Domtool not built?" -- 2.20.1