From e79e453e77bcf74ca4cba1a0a90ffc7334f2b2ae Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 2 Jan 2014 22:23:26 +0000 Subject: [PATCH] [SCons] Fix Matlab-related paths in post-install message --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 513513216..80025d69d 100644 --- a/SConstruct +++ b/SConstruct @@ -1425,8 +1425,8 @@ def postInstallMessage(target, source, env): env['python_example_loc'] = pjoin(env['python_module_loc'], 'cantera', 'examples') - env['matlab_sample_loc'] = pjoin(env['ct_matlab_dir'], 'matlab') - env['matlab_ctpath_loc'] = pjoin(env['prefix'], 'matlab', 'ctpath.m') + env['matlab_sample_loc'] = pjoin(env['ct_sampledir'], 'matlab') + env['matlab_ctpath_loc'] = pjoin(env['ct_matlab_dir'], 'ctpath.m') print """ Cantera has been successfully installed.