diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-19 19:37:26 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-19 21:11:59 +0200 |
commit | 8473b925fd94fdb7bb1ae6309a4ab58d490382c9 (patch) | |
tree | 94b76a6288395e37619b900f3eea2009a25d9b28 /scripts/build/lb_local | |
parent | 6c0ddb7d6d72d15ab2887a4b40de2c5d71f26d3a (diff) | |
download | vyos-live-build-8473b925fd94fdb7bb1ae6309a4ab58d490382c9.tar.gz vyos-live-build-8473b925fd94fdb7bb1ae6309a4ab58d490382c9.zip |
Fixing up inclusion of functions while allowing local usage of live-build with different file layouts.
Diffstat (limited to 'scripts/build/lb_local')
-rwxr-xr-x | scripts/build/lb_local | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/build/lb_local b/scripts/build/lb_local deleted file mode 100755 index 82e6c8a1b..000000000 --- a/scripts/build/lb_local +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -## live-build(7) - System Build Scripts -## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org> -## -## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -## This is free software, and you are welcome to redistribute it -## under certain conditions; see COPYING for details. - - -LB_BASE="${PWD}/live-build" -PATH="${LB_BASE}/scripts/build:${PATH}" - -export LB_BASE PATH - -if [ ! -z "${1}" ] -then - exec lb "${@}" -fi |