summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-11-19 15:54:03 -0800
committerbrad kittenbrink <brad@lindenlab.com>2010-11-19 15:54:03 -0800
commita062c73ff418ee57e393effb09f494818bc63d6c (patch)
treed1ac7919c80b7bd9d9a9f1b19b6840f419f88309
parentfd78866bcdf712aaefecfb74d7edaecb30c91b27 (diff)
Fix for windows installer missing update_install.bat. Paired with mani.
-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 4e5d6271df..54bf3a5918 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -247,7 +247,7 @@ class WindowsManifest(ViewerManifest):
self.disable_manifest_check()
- self.path("../viewer_components/updater/scripts/windows/update_install.bat")
+ self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="")
# Get shared libs from the shared libs staging directory
if self.prefix(src=os.path.join(os.pardir, 'sharedlibs', self.args['configuration']),