diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-12-19 13:36:38 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-12-20 12:27:48 +0100 |
| commit | 87008965a11890a4c69671683bf58ae66b77fb92 (patch) | |
| tree | 65255a3f5ddfbb36ecc7eb6071fd8c2cc1204b2d /scripts/build/binary_manifest | |
| parent | fee335bed559e48fefcb79d331f4d058664360b5 (diff) | |
| download | vyos-live-build-87008965a11890a4c69671683bf58ae66b77fb92.tar.gz vyos-live-build-87008965a11890a4c69671683bf58ae66b77fb92.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 |
