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_manifest | |
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_manifest')
-rwxr-xr-x | scripts/build/binary_manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_manifest b/scripts/build/binary_manifest index eb85ef181..e032cd844 100755 --- a/scripts/build/binary_manifest +++ b/scripts/build/binary_manifest @@ -54,9 +54,9 @@ cp chroot.packages.live "binary/${INITFS}/filesystem.${SUFFIX}" echo "$(diff chroot.packages.live chroot.packages.install | awk '/^< / { print $2 }')" \ > "binary/${INITFS}/filesystem.${SUFFIX}-remove" -cp chroot.packages.live ${LIVE_IMAGE_NAME}-${LB_ARCHITECTURE}.packages +cp chroot.packages.live ${LB_IMAGE_NAME}-${LB_ARCHITECTURE}.packages -cp chroot.files ${LIVE_IMAGE_NAME}-${LB_ARCHITECTURE}.files +cp chroot.files ${LB_IMAGE_NAME}-${LB_ARCHITECTURE}.files # Creating stage file Create_stagefile |