mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix broker python bindings install location to track --prefix.
This commit is contained in:
parent
8ad504ad4f
commit
871b340ade
3 changed files with 7 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -161,7 +161,7 @@ while [ $# -ne 0 ]; do
|
|||
append_cache_entry BRO_ROOT_DIR PATH $optarg
|
||||
append_cache_entry PY_MOD_INSTALL_DIR PATH $optarg/lib/broctl
|
||||
|
||||
if [ -n "$user_disabled_broker" ]; then
|
||||
if [ -z "$user_disabled_broker" ]; then
|
||||
append_cache_entry BROKER_PYTHON_HOME PATH $optarg
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue