From bc50443cf043616c7087f383e11bf85cd233c54e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 27 Aug 2014 23:14:12 +0200 Subject: Moving partial python rewrite to separate branch, let's do it in the jessie+1 cycle rather than go with the current mixed code. --- frontend/cli/lb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'frontend/cli') diff --git a/frontend/cli/lb b/frontend/cli/lb index e2862cdcc..63e46a9e0 100755 --- a/frontend/cli/lb +++ b/frontend/cli/lb @@ -67,10 +67,6 @@ case "${1}" in then # User has live-build copied locally in the system SCRIPT="${LIVE_BUILD}/scripts/build/${COMMAND}" - elif [ -x "${LIVE_BUILD}/components/${COMMAND}" ] - then - # User has live-build copied locally in the system - SCRIPT="${LIVE_BUILD}/components/${COMMAND}" elif [ -x "local/live-build/scripts/build/${COMMAND}" ] then # User has live-build copied locally in the config -- cgit v1.2.3