Sorting image file lists.
This commit is contained in:
parent
3f703f4802
commit
ece0f9b574
|
@ -70,7 +70,7 @@ cat ../md5sum.txt >> md5sum.txt
|
|||
rm -f ../md5sum.txt
|
||||
|
||||
# File list
|
||||
find . | sed -e 's|^.||g' | grep "^/" > ../binary.list
|
||||
find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.list
|
||||
|
||||
cd "${OLDPWD}"
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ cat ../md5sum.txt >> md5sum.txt
|
|||
rm -f ../md5sum.txt
|
||||
|
||||
# File list
|
||||
find . | sed -e 's|^.||g' | grep "^/" > ../source.list
|
||||
find . | sed -e 's|^.||g' | grep "^/" | sort > ../source.list
|
||||
|
||||
cd "${OLDPWD}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue