diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-12-19 13:36:38 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-12-20 12:27:48 +0100 |
| commit | 87008965a11890a4c69671683bf58ae66b77fb92 (patch) | |
| tree | 65255a3f5ddfbb36ecc7eb6071fd8c2cc1204b2d /scripts/build/binary_checksums | |
| parent | fee335bed559e48fefcb79d331f4d058664360b5 (diff) | |
| download | vyos-live-build-87008965a11890a4c69671683bf58ae66b77fb92.tar.gz vyos-live-build-87008965a11890a4c69671683bf58ae66b77fb92.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 |
