summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy C. Reed <jreed@isc.org>2010-06-02 17:09:24 +0200
committerJeremy C. Reed <jreed@isc.org>2010-06-02 17:09:24 +0200
commit2efadae260d8d18cf7b3549d7fff1d62315385fb (patch)
treeeda24ffcdf545249ecb740d3d0dc44b6dd943680
parentThe msgq socket should be in a writable location when running from (diff)
downloadkea-2efadae260d8d18cf7b3549d7fff1d62315385fb.tar.xz
kea-2efadae260d8d18cf7b3549d7fff1d62315385fb.zip
Run this in the builddir (where generated bindctl exists).
For PYTHONPATH also find the moduleinfo module and isc module. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2061 e5f2f494-b856-4b98-b285-d166d9295462
-rw-r--r--src/bin/bindctl/run_bindctl.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/bindctl/run_bindctl.sh.in b/src/bin/bindctl/run_bindctl.sh.in
index e1e878753a..aa570224d1 100644
--- a/src/bin/bindctl/run_bindctl.sh.in
+++ b/src/bin/bindctl/run_bindctl.sh.in
@@ -18,9 +18,9 @@
PYTHON_EXEC=${PYTHON_EXEC:-@PYTHON@}
export PYTHON_EXEC
-BINDCTL_PATH=@abs_top_srcdir@/src/bin/bindctl
+BINDCTL_PATH=@abs_top_builddir@/src/bin/bindctl
-PYTHONPATH=@abs_top_builddir@/src/lib/python:@abs_top_builddir@/src/bin
+PYTHONPATH=@abs_top_srcdir@/src/bin:@abs_top_builddir@/src/lib/python:@abs_top_builddir@/src/bin:@abs_top_srcdir@/src/lib/python
export PYTHONPATH
B10_FROM_SOURCE=@abs_top_srcdir@