Updating path in local helper for live-build.
This commit is contained in:
parent
d155492032
commit
6c6d3b94c6
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
LB_BASE="${PWD}/live-build"
|
||||
PATH="${LB_BASE}/helpers:${PATH}"
|
||||
PATH="${LB_BASE}/scripts/build:${PATH}"
|
||||
|
||||
export LB_BASE PATH
|
||||
|
||||
|
|
Loading…
Reference in New Issue