Removing some dead default handling code for global includes which do not exist anymore.
This commit is contained in:
parent
be24839163
commit
599eb2bd5b
|
@ -281,14 +281,6 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
# Setting templates
|
||||||
if [ -n "${LIVE_BUID}" ]
|
if [ -n "${LIVE_BUID}" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue