diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-17 13:43:16 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-17 13:43:16 +0100 |
commit | 0b87c8239b4492f13e6e288862a512faee6e0104 (patch) | |
tree | 588118c32ba776ef16a10b801ca8b638304e9894 /functions | |
parent | f9b415c580415d958256bf9ecbb6cce82fd970c7 (diff) | |
download | vyos-live-build-0b87c8239b4492f13e6e288862a512faee6e0104.tar.gz vyos-live-build-0b87c8239b4492f13e6e288862a512faee6e0104.zip |
Removing some dead default handling code for global includes which do not exist anymore.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 5dfd244b2..a89eae5cf 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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 |