From bcde01785465ba7faf7e953f5dc0c15018494c5f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Dec 2012 13:36:38 +0100 Subject: Including architecture in binary output filenames. --- scripts/build/binary_manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binary_manifest') 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 -- cgit v1.2.3