diff options
| author | brad kittenbrink <brad@lindenlab.com> | 2010-11-19 17:44:59 -0800 | 
|---|---|---|
| committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-19 17:44:59 -0800 | 
| commit | 870773ec17b032164f5dd6711969a6e60778a53b (patch) | |
| tree | 24a6b3c22ab1d61140cd25e94ffab2ad9bdc9c28 | |
| parent | 9d3174c0386e6eefba1949075971ce7f75571394 (diff) | |
Fix for viewer_manifest.py failure on windows.
| -rw-r--r-- | indra/newview/viewer_manifest.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 54bf3a5918..1bc118139f 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -247,13 +247,12 @@ class WindowsManifest(ViewerManifest):          self.disable_manifest_check() -        self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="") +        self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="update_install.bat")          # Get shared libs from the shared libs staging directory          if self.prefix(src=os.path.join(os.pardir, 'sharedlibs', self.args['configuration']),                         dst=""): -              self.enable_crt_manifest_check()              # Get kdu dll, continue if missing. | 
