From 754ef238468c7b94d1b6e52192f5491d3a1e86fc Mon Sep 17 00:00:00 2001 From: Valerio Mariani <valerio.mariani@unibas.ch> Date: Tue, 12 Mar 2013 14:12:56 +0100 Subject: [PATCH] Fixed ost_config.in file Commited patched file by mistake --- scripts/ost_config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ost_config.in b/scripts/ost_config.in index 7e242c696..0c044cf7a 100644 --- a/scripts/ost_config.in +++ b/scripts/ost_config.in @@ -36,8 +36,9 @@ export LD_LIBRARY_PATH="$DNG_LIBDIR:${LD_LIBRARY_PATH}" #unset PYTHONPATH + # retrieve absolute path to python executable -pyexec="$DNG_ROOT/bin/python" +pyexec="@PYTHON_BINARY@" if [ ! -x "$pyexec" ]; then echo "Error: Python executable '$pyexec' not found!" -- GitLab