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