Updating path in local helper for live-build.

This commit is contained in:
Daniel Baumann 2010-09-12 20:44:33 +02:00
parent d155492032
commit 6c6d3b94c6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
LB_BASE="${PWD}/live-build"
PATH="${LB_BASE}/helpers:${PATH}"
PATH="${LB_BASE}/scripts/build:${PATH}"
export LB_BASE PATH