diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-12 10:08:29 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-12 10:08:58 +0200 |
commit | 52bdb68d181a68108213054dace2bb486c5504dc (patch) | |
tree | d639c1547a826e956ef16656b002b0273a9c0795 /scripts/build/lb_binary_checksums | |
parent | 87374242c6517a898943bdea378108238c4c98ee (diff) | |
download | vyos-live-build-52bdb68d181a68108213054dace2bb486c5504dc.tar.gz vyos-live-build-52bdb68d181a68108213054dace2bb486c5504dc.zip |
Changing default binary.list filename to binary.contents to make it more explicit and not to be confused with package lists.
Diffstat (limited to 'scripts/build/lb_binary_checksums')
-rwxr-xr-x | scripts/build/lb_binary_checksums | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_checksums b/scripts/build/lb_binary_checksums index b5ba6b957..d86b55d64 100755 --- a/scripts/build/lb_binary_checksums +++ b/scripts/build/lb_binary_checksums @@ -79,7 +79,7 @@ done # File list cd binary -find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.list +find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.contents cd "${OLDPWD}" # Creating stage file |