Removing some dead default handling code for global includes which do not exist anymore.

This commit is contained in:
Daniel Baumann 2012-12-17 13:43:16 +01:00
parent be24839163
commit 599eb2bd5b
1 changed files with 0 additions and 8 deletions

View File

@ -281,14 +281,6 @@ Set_defaults ()
;;
esac
# Setting includes
if [ -n "${LIVE_BUID}" ]
then
LB_INCLUDES="${LB_INCLUDES:-${LIVE_BUILD}/includes}"
else
LB_INCLUDES="${LB_INCLUDES:-/usr/share/live/build/includes}"
fi
# Setting templates
if [ -n "${LIVE_BUID}" ]
then