Creating binary and source file lists in build directory.

This commit is contained in:
Daniel Baumann 2008-04-15 13:59:53 +02:00
parent 72a7e46e00
commit 214ad680d3
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -80,7 +80,7 @@ do
rm -f binary.img
rm -f binary*.tar.gz
rm -f binary.sh
rm -f binary.packages
rm -f binary.list binary.packages
rm -rf binary
rm -rf tftpboot
@ -107,6 +107,7 @@ do
rm -f source.img
rm -f source*.tar
rm -f source*.tar.gz
rm -f binary.list
rm -rf source

View File

@ -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