summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautobuild.xml4
-rwxr-xr-xindra/newview/viewer_manifest.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 566ec764be..62297ce2b5 100755
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1368,9 +1368,9 @@
<key>archive</key>
<map>
<key>hash</key>
- <string>d837ee080fba5d521df4c43d5cb7fa78</string>
+ <string>14cb5c8686a472e9e60179e46cd196f7</string>
<key>url</key>
- <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/libpng_3p-update-libpng/rev/297051/arch/Darwin/installer/libpng-1.6.8.297051-darwin-297051.tar.bz2</string>
+ <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/libpng_3p-update-libpng/rev/297708/arch/Darwin/installer/libpng-1.6.8.297708-darwin-297708.tar.bz2</string>
</map>
<key>name</key>
<string>darwin</string>
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)})