summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-17 13:43:16 +0100
committerDaniel Baumann <daniel@debian.org>2012-12-17 13:43:24 +0100
commit599eb2bd5beef350b3a3239e16a5627c5df59d01 (patch)
tree99e45d833d95da937727ec2e12ba37fcaf1e8852 /functions
parentbe24839163bb5ffa579a65458e48bfe4e01edf06 (diff)
downloadvyos-live-build-599eb2bd5beef350b3a3239e16a5627c5df59d01.tar.gz
vyos-live-build-599eb2bd5beef350b3a3239e16a5627c5df59d01.zip
Removing some dead default handling code for global includes which do not exist anymore.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 2e86fb1f0..a0df640a4 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -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