diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-10-22 19:18:06 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-10-22 19:18:06 +0200 | 
| commit | 6caf65efee9de42337f042cb5ef452c67f88e8f0 (patch) | |
| tree | e5c353286cfa4ecc83a28829d64824fddac885e9 | |
| parent | ff115e5a88070269330529ac6d58fe949d12bf26 (diff) | |
| download | vyos-live-build-6caf65efee9de42337f042cb5ef452c67f88e8f0.tar.gz vyos-live-build-6caf65efee9de42337f042cb5ef452c67f88e8f0.zip | |
Removing local/functions functionality, it's not really usefull anyway.
| -rwxr-xr-x | scripts/build.sh | 9 | ||||
| -rwxr-xr-x | scripts/build/config | 1 | 
2 files changed, 0 insertions, 10 deletions
| diff --git a/scripts/build.sh b/scripts/build.sh index b8846a4a2..21ff520d8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -14,12 +14,3 @@ do  		. "${FUNCTION}"  	fi  done - -# Source local functions -if ls local/functions/* > /dev/null 2>&1 -then -	for FUNCTION in local/functions/* -	do -		. "${FUNCTION}" -	done -fi diff --git a/scripts/build/config b/scripts/build/config index 326093795..fcbe2084a 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1469,7 +1469,6 @@ LB_SOURCE_IMAGES="${LB_SOURCE_IMAGES}"  EOF  mkdir -p auto -mkdir -p local/functions  mkdir -p local/scripts  # Checking defaults again | 
