Fix broker python bindings install location to track --prefix.

This commit is contained in:
Jon Siwek 2015-07-22 10:56:40 -05:00
parent 8ad504ad4f
commit 871b340ade
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
2.4-46 | 2015-07-22 10:56:40 -0500
* Fix broker python bindings install location to track --prefix.
(Jon Siwek)
2.4-45 | 2015-07-21 15:19:43 -0700
* Enabling Broker by default. This means CAF is now a required

View file

@ -1 +1 @@
2.4-45
2.4-46

2
configure vendored
View file

@ -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
;;