From ef1b16304060cd726cbbfe02fb634cb5ed1fdc95 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 15 Apr 2008 13:59:53 +0200 Subject: Creating binary and source file lists in build directory. --- helpers/lh_binary_md5sum | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helpers/lh_binary_md5sum') diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum index d48bc6451..e40be9367 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 -- cgit v1.2.3