diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:39:58 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:39:58 +0100 |
commit | 1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034 (patch) | |
tree | b98ff62505af2e1d3b2e0e394ffb92f81239cfec /scripts/build/binary_manifest | |
parent | 7b6dfd9d167b5ef09c6c1812f17e6df302f45897 (diff) | |
download | vyos-live-build-1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034.tar.gz vyos-live-build-1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034.zip |
Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).
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 3f6bad863..664a4ac81 100755 --- a/scripts/build/binary_manifest +++ b/scripts/build/binary_manifest @@ -65,9 +65,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}-${LIVE_IMAGE_ARCHITECTURE}.packages +cp chroot.packages.live ${LIVE_IMAGE_NAME}-${LB_ARCHITECTURES}.packages -cp chroot.files ${LIVE_IMAGE_NAME}-${LIVE_IMAGE_ARCHITECTURE}.files +cp chroot.files ${LIVE_IMAGE_NAME}-${LB_ARCHITECTURES}.files # Creating stage file Create_stagefile .build/binary_manifest |