Also use .contents suffix for file list of sources images like for binary images, rather than the old .list suffix.

This commit is contained in:
Daniel Baumann 2012-10-01 03:42:20 +02:00
parent b18de1adea
commit 803266d886
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ EOF
# File list
cd ${DIRECTORY}
find . | sed -e 's|^.||g' | grep "^/" | sort > ../../$(echo ${DIRECTORY} | sed -e 's|/|.|').list
find . | sed -e 's|^.||g' | grep "^/" | sort > ../../$(echo ${DIRECTORY} | sed -e 's|/|.|').contents
cd "${OLDPWD}"
done