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:
parent
4c197410a7
commit
e944b669ea
@ -95,5 +95,6 @@ list_files() {
|
||||
find . -type f \
|
||||
! -name "channel-prefs.js" \
|
||||
! -name "update.manifest" \
|
||||
| sed 's/\.\/\(.*\)/"\1"/'
|
||||
| sed 's/\.\/\(.*\)/"\1"/' \
|
||||
| sort
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user