diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-06 18:43:41 +0100 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 16:54:31 +0000 |
commit | 83d9145257220d39e487021e993344adafe71b8a (patch) | |
tree | dfccbf1f040b287f198dc414b3a19f25af59805a /scripts/build/binary_checksums | |
parent | 41738b1932f0830a2b7eb92e62540a2246105a11 (diff) | |
download | vyos-live-build-83d9145257220d39e487021e993344adafe71b8a.tar.gz vyos-live-build-83d9145257220d39e487021e993344adafe71b8a.zip |
config: s/LIVE_IMAGE_NAME/LB_IMAGE_NAME/
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_checksums')
-rwxr-xr-x | scripts/build/binary_checksums | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 2797fa7f7..3d79aab91 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -75,7 +75,7 @@ done # File list cd binary -find . | sed -e 's|^.||g' | grep "^/" | sort > ../${LIVE_IMAGE_NAME}-${LB_ARCHITECTURE}.contents +find . | sed -e 's|^.||g' | grep "^/" | sort > ../${LB_IMAGE_NAME}-${LB_ARCHITECTURE}.contents cd "${OLDPWD}" # Creating stage file |