From 2a9486d108408006959bb77cac37f9eb0612728a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Dec 2012 12:21:09 +0100 Subject: Using image name from configuration to name binary output files. --- 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 420d6b427..c40f2c50d 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 binary.packages +cp chroot.packages.live ${LIVE_IMAGE_NAME}.packages # Creating stage file Create_stagefile .build/binary_manifest -- cgit v1.2.3