r=darin
sort the files when we list them for packaging so that the manifest produces consistent results


git-svn-id: svn://10.0.0.236/trunk@191329 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2006-02-27 20:05:10 +00:00
parent 4c197410a7
commit e944b669ea

View File

@ -95,5 +95,6 @@ list_files() {
find . -type f \
! -name "channel-prefs.js" \
! -name "update.manifest" \
| sed 's/\.\/\(.*\)/"\1"/'
| sed 's/\.\/\(.*\)/"\1"/' \
| sort
}