[SCons] Fix Matlab-related paths in post-install message
Cherry-pick of trunk r2641.
This commit is contained in:
parent
227a792326
commit
d3dfc3f608
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue