diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 12:21:09 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:03 +0200 |
commit | 2a9486d108408006959bb77cac37f9eb0612728a (patch) | |
tree | 187ea8854beb1e93e3493d603ba24d9cafa15d06 /scripts/build/binary_checksums | |
parent | 3cb7d3163af3f3e01bb974a57e71ee68ed1166a9 (diff) | |
download | vyos-live-build-2a9486d108408006959bb77cac37f9eb0612728a.tar.gz vyos-live-build-2a9486d108408006959bb77cac37f9eb0612728a.zip |
Using image name from configuration to name binary output files.
Diffstat (limited to 'scripts/build/binary_checksums')
-rwxr-xr-x | scripts/build/binary_checksums | 2 |
1 files changed, 1 insertions, 1 deletions
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 |