diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 13:36:38 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:03 +0200 |
commit | bcde01785465ba7faf7e953f5dc0c15018494c5f (patch) | |
tree | 65255a3f5ddfbb36ecc7eb6071fd8c2cc1204b2d /scripts/build/binary_manifest | |
parent | 2a666ed5d8d9fbf5303f54c582d5013845e6ca5c (diff) | |
download | vyos-live-build-bcde01785465ba7faf7e953f5dc0c15018494c5f.tar.gz vyos-live-build-bcde01785465ba7faf7e953f5dc0c15018494c5f.zip |
Including architecture in binary output filenames.
Diffstat (limited to 'scripts/build/binary_manifest')
-rwxr-xr-x | scripts/build/binary_manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_manifest b/scripts/build/binary_manifest index c40f2c50d..701aefb5a 100755 --- a/scripts/build/binary_manifest +++ b/scripts/build/binary_manifest @@ -60,7 +60,7 @@ 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}.packages +cp chroot.packages.live ${LIVE_IMAGE_NAME}-${LIVE_IMAGE_ARCHITECTURE}.packages # Creating stage file Create_stagefile .build/binary_manifest |