Updating path in local helper for live-build.

This commit is contained in:
Daniel Baumann 2010-09-12 20:44:33 +02:00
parent 9ad209f885
commit 608f11e2cc
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