mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-12-05 00:00:34 +00:00
fix: make install work
This commit is contained in:
parent
84980459cf
commit
bf2f08c1d0
@ -35,10 +35,10 @@ tasks:
|
|||||||
phony: true
|
phony: true
|
||||||
always_run: true
|
always_run: true
|
||||||
dependencies:
|
dependencies:
|
||||||
- bin/tartrazine
|
- bin/{{NAME}}
|
||||||
commands: |
|
commands: |
|
||||||
rm ${HOME}/.local/bin/{{NAME}}
|
rm ${HOME}/.local/bin/{{NAME}} -f
|
||||||
cp bin/hace ${HOME}/.local/bin/{{NAME}}
|
cp bin/{{NAME}} ${HOME}/.local/bin/{{NAME}}
|
||||||
|
|
||||||
static:
|
static:
|
||||||
outputs:
|
outputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user