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_source_md5sum | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helpers/lh_source_md5sum') diff --git a/helpers/lh_source_md5sum b/helpers/lh_source_md5sum index 776fa06b3..e8f9b6e98 100755 --- a/helpers/lh_source_md5sum +++ b/helpers/lh_source_md5sum @@ -74,6 +74,9 @@ EOF cat ../md5sum.txt >> md5sum.txt rm -f ../md5sum.txt +# File list +find . | sed -e 's|^.||g' | grep "^/" > ../source.list + cd "${OLDPWD}" # Creating stage file -- cgit v1.2.3