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:
parent
b18de1adea
commit
803266d886
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue