diff -r aed94e854443 doc/contributions.txt --- a/doc/contributions.txt Wed Mar 09 11:56:34 2011 -0800 +++ b/doc/contributions.txt Thu Mar 10 10:48:16 2011 -0800 @@ -237,6 +237,7 @@ VWR-1095 Cron Stardust VWR-10579 + VWR-25120 Cypren Christenson STORM-417 Dale Glass diff -r aed94e854443 indra/newview/viewer_manifest.py --- a/indra/newview/viewer_manifest.py Wed Mar 09 11:56:34 2011 -0800 +++ b/indra/newview/viewer_manifest.py Thu Mar 10 10:48:16 2011 -0800 @@ -803,7 +803,7 @@ self.run_command('SetFile -a V %r' % pathname) # Create the alias file (which is a resource file) from the .r - self.run_command('rez %r -o %r' % + self.run_command('Rez %r -o %r' % (self.src_path_of("installers/darwin/release-dmg/Applications-alias.r"), os.path.join(volpath, "Applications")))