main/parent
This commit is contained in:
parent
1bf5581936
commit
1de1cad1b3
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ RWX_MAIN_EXTENSION="sh"
|
|||
RWX_MAIN_MODULE="main"
|
||||
# name of the project itself
|
||||
RWX_MAIN_NAME="rwx"
|
||||
# parent directory for the project
|
||||
RWX_MAIN_PARENT="/usr/local/lib"
|
||||
|
||||
# ╭──────┬───────────╮
|
||||
# │ main │ variables │
|
||||
|
@ -21,7 +23,7 @@ RWX_MAIN_NAME="rwx"
|
|||
|
||||
# TODO variablize
|
||||
# system root directory of the project
|
||||
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_MAIN_NAME}"
|
||||
RWX_ROOT_SYSTEM="${RWX_MAIN_PARENT}/${RWX_MAIN_NAME}"
|
||||
|
||||
# ╭──────┬──────╮
|
||||
# │ main │ find │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue