summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-12-29 13:25:23 -0800
committercallum_linden <none@none>2014-12-29 13:25:23 -0800
commitf6952f3d994d7434fd53e1ec893cab1ce17c9047 (patch)
treef6bb30b3365b5eebefe80be3ee04b06c4664a278 /indra/newview
parent6f4a8acc411069a1bf122c731aed8ff7de1625a9 (diff)
Fix typo introduced into viewer_manifest file (sprefix -> prefix)
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/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 4daa959d4a..c360fc32ac 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -595,7 +595,7 @@ class Windows_i686_Manifest(ViewerManifest):
# it also does python-style % substitution
self.replace_in("installers/windows/installer_template.nsi", tempfile, {
"%%VERSION%%":version_vars,
- "%%SOURCE%%":self.get_src_sprefix(),
+ "%%SOURCE%%":self.get_src_prefix(),
"%%INST_VARS%%":inst_vars_template % substitution_strings,
"%%INSTALL_FILES%%":self.nsi_file_commands(True),
"%%DELETE_FILES%%":self.nsi_file_commands(False)})