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_checksums | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binary_checksums') diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 244ee1439..af69add68 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -80,7 +80,7 @@ done # File list cd binary -find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.contents +find . | sed -e 's|^.||g' | grep "^/" | sort > ../${LIVE_IMAGE_NAME}.contents cd "${OLDPWD}" # Creating stage file -- cgit v1.2.3