Removing some dead default handling code for global includes which do not exist anymore.
This commit is contained in:
parent
f9b415c580
commit
0b87c8239b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue