sort the manifest

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/branches/nooath@740 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2013-09-07 13:03:20 +00:00
parent e2fcd142ce
commit 05d3310d7e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ EOF
info "Generating the file list."
(
echo "files:"
find "$tmproot" -type f | while read file ; do
find -s "$tmproot" -type f | while read file ; do
[ "$file" = "$manifest" ] && continue
mode=$(stat -f%p "$file" | cut -c 3-)
file="${file#$tmproot}"