Fixed an install command, so that it only does one file at a time.
This commit is contained in:
parent
a78510bbc0
commit
2aa3f68ab9
1 changed files with 2 additions and 1 deletions
|
|
@ -220,7 +220,8 @@ ifeq ($(compact_install),0)
|
|||
ln -s @ct_datadir@ @prefix@/cantera/data
|
||||
ln -s @ct_templdir@ @prefix@/cantera/templates
|
||||
ln -s @ct_tutdir@ @prefix@/cantera/tutorials
|
||||
@INSTALL@ -c License.* @prefix@/cantera
|
||||
@INSTALL@ -c License.rtf @prefix@/cantera
|
||||
@INSTALL@ -c License.txt @prefix@/cantera
|
||||
endif
|
||||
ifneq ($(build_python),0)
|
||||
@INSTALL@ -c tools/src/finish_install.py tools/bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue