r=darin
sort the files when we list them for packaging so that the manifest produces consistent results
This commit is contained in:
mkaply%us.ibm.com 2006-02-27 20:05:10 +00:00
Родитель 19c5fb7bc7
Коммит 573c6e7ebd
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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