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 f9b415c580
commit 0b87c8239b
1 changed files with 0 additions and 8 deletions

View File

@ -302,14 +302,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