From 9f865fce29db8c910f2d6a22c4a2d6d15ecff9f4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 12 Sep 2010 21:01:06 +0200 Subject: Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455). --- scripts/build/local | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 scripts/build/local (limited to 'scripts/build/local') diff --git a/scripts/build/local b/scripts/build/local deleted file mode 100755 index a1f66fd7e..000000000 --- a/scripts/build/local +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -## live-build(7) - System Build Scripts -## Copyright (C) 2006-2010 Daniel Baumann -## -## 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 -- cgit v1.2.3