bootstrap: use locally built domtool-config when creating local-root
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 11 Aug 2018 18:04:27 +0000 (14:04 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 11 Aug 2018 18:04:27 +0000 (14:04 -0400)
Was unintentionally calling system-wide domtool-config

bootstrap/domtool-create-local-root

index e566f06..f501322 100755 (executable)
@@ -4,7 +4,7 @@
 # service = bind, apache, exim, courier, etc.
 # actually: domtool-create-local-root -> every possible service dir is created
 
 # 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?"
 
 if [ -z "$LOCALROOT" ]; then
     echo "ERROR: local root not set. Domtool not built?"