diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-06 18:46:47 +0100 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 16:54:31 +0000 |
commit | 500f2050739e8cb902d710d1ae6b3f5de4d00dcd (patch) | |
tree | f4d1faa61e34a86b5826dbd09c2e2c694df1bb0c /scripts/build/binary_includes | |
parent | 83d9145257220d39e487021e993344adafe71b8a (diff) | |
download | vyos-live-build-500f2050739e8cb902d710d1ae6b3f5de4d00dcd.tar.gz vyos-live-build-500f2050739e8cb902d710d1ae6b3f5de4d00dcd.zip |
config: s/LIVE_IMAGE_TYPE/LB_IMAGE_TYPE/
no backwards compatibility hack for reading the old var from existing
saved config used because this was previously stored in the alternate
format config/build file.
Gbp-Dch: Short
Diffstat (limited to 'scripts/build/binary_includes')
-rwxr-xr-x | scripts/build/binary_includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_includes b/scripts/build/binary_includes index b9482a552..e5a3f4f92 100755 --- a/scripts/build/binary_includes +++ b/scripts/build/binary_includes @@ -40,7 +40,7 @@ then cd "${OLDPWD}" # Removing symlinks - if [ "${LIVE_IMAGE_TYPE}" = "hdd" ]; then + if [ "${LB_IMAGE_TYPE}" = "hdd" ]; then find binary -type l | xargs rm -f fi fi |