diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 13:36:38 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:03 +0200 |
commit | bcde01785465ba7faf7e953f5dc0c15018494c5f (patch) | |
tree | 65255a3f5ddfbb36ecc7eb6071fd8c2cc1204b2d /scripts/build/binary_checksums | |
parent | 2a666ed5d8d9fbf5303f54c582d5013845e6ca5c (diff) | |
download | vyos-live-build-bcde01785465ba7faf7e953f5dc0c15018494c5f.tar.gz vyos-live-build-bcde01785465ba7faf7e953f5dc0c15018494c5f.zip |
Including architecture in binary output filenames.
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 af69add68..17fce0a42 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 > ../${LIVE_IMAGE_NAME}.contents +find . | sed -e 's|^.||g' | grep "^/" | sort > ../${LIVE_IMAGE_NAME}-${LIVE_IMAGE_ARCHITECTURE}.contents cd "${OLDPWD}" # Creating stage file |