diff options
Diffstat (limited to 'helpers/lh_binary_md5sum')
-rwxr-xr-x | helpers/lh_binary_md5sum | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum index d48bc64..e40be93 100755 --- a/helpers/lh_binary_md5sum +++ b/helpers/lh_binary_md5sum @@ -69,6 +69,9 @@ EOF cat ../md5sum.txt >> md5sum.txt rm -f ../md5sum.txt +# File list +find . | sed -e 's|^.||g' | grep "^/" > ../binary.list + cd "${OLDPWD}" # Creating stage file |