hcoop: move dispatcher to gibran
[hcoop/domtool2.git] / 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
 
-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?"