diff options
author | Alan Conway <aconway@apache.org> | 2012-03-27 20:32:18 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2012-03-27 20:32:18 +0000 |
commit | 8d7cee4310a20264f7310e9a1ea6be507f17cdba (patch) | |
tree | 5a2f5cb76e8bae0f0334513fe79f1f4402f559fd /cpp/src/tests | |
parent | cf132a06ef2dfcfb66c8d37cd7a53a0a1d57ab36 (diff) | |
download | qpid-python-8d7cee4310a20264f7310e9a1ea6be507f17cdba.tar.gz |
QPID-3603: Substitute installation directories in qpidd init scripts.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1306007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/install_env.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/install_env.sh.in b/cpp/src/tests/install_env.sh.in index 2231954cb8..d29a23930d 100644 --- a/cpp/src/tests/install_env.sh.in +++ b/cpp/src/tests/install_env.sh.in @@ -23,4 +23,4 @@ prefix=`absdir @prefix@` export QPID_INSTALL_PREFIX=$prefix export PATH=$prefix/bin:$prefix/sbin:$prefix/libexec/qpid/tests:$PATH export LD_LIBRARY_PATH=$prefix/lib:$LD_LIBRARY_PATH -export PYTHONPATH=$prefix/lib/python2.4/site-packages:$PYTHONPATH +export PYTHONPATH=$prefix/lib/python2.6/site-packages:$PYTHONPATH |