fix(just): move install recipes to main justfile
This commit is contained in:
parent
2dd82bb73c
commit
62f15a5685
2 changed files with 10 additions and 11 deletions
|
|
@ -1,14 +1,3 @@
|
|||
# Installation command
|
||||
[no-cd, private]
|
||||
install-cmd options src dest:
|
||||
install {{options}} {{src}} {{dest}}
|
||||
|
||||
[no-cd, private]
|
||||
install-bin src dest: (install-cmd '-Dm0755' src dest)
|
||||
|
||||
[no-cd, private]
|
||||
install-file src dest: (install-cmd '-Dm0644' src dest)
|
||||
|
||||
# Check if required dependencies are installed on the system
|
||||
dep-check:
|
||||
#!/bin/sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue