Fixed another error in the make install command (that I created).
The cantera-demos directory wasn't being populated.
This commit is contained in:
parent
b14f6d3e94
commit
7b2ccd7517
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ install:
|
|||
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera/private; done )
|
||||
cd cantera/examples; \
|
||||
( for iddd in *.m ; do \
|
||||
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera/cantera-demos; done )
|
||||
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera-demos; done )
|
||||
cd cantera/@ThermoPhase; \
|
||||
( for iddd in *.m ; do \
|
||||
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera/@ThermoPhase; done )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue