Skip to content
Snippets Groups Projects
Commit a2719ae8 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

fix name of t-coffee archive

parent 49c0a44c
Branches
Tags
No related merge requests found
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
- name: unarchive t-coffee - name: unarchive t-coffee
unarchive: unarchive:
src: "{{ tcoffee_prefix }}/src/tcoffee/master-tcoffee.zip" src: "{{ tcoffee_prefix }}/src/tcoffee/tcoffee-master.zip"
dest: "{{ tcoffee_prefix }}/src/tcoffee/tcoffee-master" dest: "{{ tcoffee_prefix }}/src/tcoffee/"
creates: "{{ tcoffee_prefix }}/src/tcoffee/tcoffee-master/compile/makefile" creates: "{{ tcoffee_prefix }}/src/tcoffee/tcoffee-master/compile/makefile"
copy: no copy: no
- name: Compile t-coffee - name: Compile t-coffee
command: make chdir="{{ phyml_prefix }}/src/tcoffee/tcoffee-master/compile/" command: make chdir="{{ tcoffee_prefix }}/src/tcoffee/tcoffee-master/compile/"
environment: environment:
USER_BIN: "{{ tcoffee_prefix }}/bin" USER_BIN: "{{ tcoffee_prefix }}/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment