From 608f11e2cc647aa5f6c0daa95888a89404be4f71 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 12 Sep 2010 20:44:33 +0200
Subject: Updating path in local helper for live-build.

---
 scripts/build/local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build/local b/scripts/build/local
index edae5ba..a1f66fd 100755
--- a/scripts/build/local
+++ b/scripts/build/local
@@ -9,7 +9,7 @@
 
 
 LB_BASE="${PWD}/live-build"
-PATH="${LB_BASE}/helpers:${PATH}"
+PATH="${LB_BASE}/scripts/build:${PATH}"
 
 export LB_BASE PATH
 
-- 
cgit v1.0