summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-14 18:18:33 -0700
committerTofu Buzzard <no-email>2011-03-14 18:18:33 -0700
commit2d29b51f648e8a006936e9e70cf955b7e493bdfe (patch)
tree966345babfafb4423e71956a944a8d858b292294 /indra/newview/viewer_manifest.py
parent0b51a0cc63b5d6cd848189bf3fc0d26e987c62fb (diff)
parentea5cbe9c90afdab366e7db7469a895f45c8746f0 (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")))