bug 600098: update access and modification time on top-level application bundle on Mac OS X after successful update. r=bhearsum, a=blocking-beta-7

This commit is contained in:
Nick Thomas 2010-10-01 12:33:47 -04:00
Родитель 5c7ab8b5ee
Коммит dc502b5f02
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -44,6 +44,12 @@ if test $? -ne 0 ; then
exit 1
fi
# On Mac, force a top-level file so that OS X reloads the Info.plist
# and launches the right architecture for the OS version, bug 600098
if [[ -d Contents ]]; then
touch force_plist_reload
fi
list_files files
popd