summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-14 18:18:20 -0700
committerTofu Buzzard <no-email>2011-03-14 18:18:20 -0700
commitea5cbe9c90afdab366e7db7469a895f45c8746f0 (patch)
tree2d99aad3fd4161ad091704a0a1083513d5d60d95 /indra/newview/viewer_manifest.py
parent41f057b693d1b2b1b1916e3a126dc622a943e5d8 (diff)
parent16ff50719055aae202011e4b20aeae41d98493fa (diff)
merge
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 1653a01b4a..1a4551d069 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -821,7 +821,7 @@ class DarwinManifest(ViewerManifest):
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")))