[Deb] Set install location for Python 3 package
This commit is contained in:
parent
925277a052
commit
662d746067
1 changed files with 1 additions and 0 deletions
|
|
@ -1107,6 +1107,7 @@ if env['layout'] == 'debian':
|
|||
|
||||
env['inst_python_bindir'] = pjoin(base, 'cantera-python', 'usr', 'bin')
|
||||
env['python_prefix'] = pjoin(base, 'cantera-python', 'usr')
|
||||
env['python3_prefix'] = pjoin(base, 'cantera-python3', 'usr')
|
||||
env['ct_datadir'] = '/usr/share/cantera/data'
|
||||
else:
|
||||
env['inst_libdir'] = pjoin(instRoot, 'lib')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue