[SCons] Fix Matlab-related paths in post-install message

Cherry-pick of trunk r2641.
This commit is contained in:
Ray Speth 2014-01-23 03:06:05 +00:00
parent 227a792326
commit d3dfc3f608

View file

@ -1459,8 +1459,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.