summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMark Palange (Mani) <palange@lindenlab.com>2010-11-16 16:21:17 -0800
committerMark Palange (Mani) <palange@lindenlab.com>2010-11-16 16:21:17 -0800
commit13b77e3622de18ac8d06fdfffceb08990eb908f9 (patch)
tree2400fd95f4fd01b685e7aa1fbc3001826db4968b /indra/newview
parent3e95634aaf89a5ecd12d7e08d96679cbb3d1bba8 (diff)
CHOP-179 Linux install uses linux-updater. Rev. by Alain
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py13
1 files changed, 5 insertions, 8 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 55d64fd3a6..5d35778e3e 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("../viewer_components/updater/scripts/windows/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=""):
- if self.prefix(src="../../viewer_components/updater", dst=""):
- self.path("update_install.bat")
- self.end_prefix()
self.enable_crt_manifest_check()
@@ -575,12 +574,8 @@ class DarwinManifest(ViewerManifest):
# copy additional libs in <bundle>/Contents/MacOS/
self.path("../../libraries/universal-darwin/lib_release/libndofdev.dylib", dst="MacOS/libndofdev.dylib")
-
-
- if self.prefix(src="../viewer_components/updater", dst="MacOS"):
- self.path("update_install")
- self.end_prefix()
+ self.path("../viewer_components/updater/scripts/darwin/update_install", "MacOS/update_install")
# most everything goes in the Resources directory
if self.prefix(src="", dst="Resources"):
@@ -857,6 +852,8 @@ class LinuxManifest(ViewerManifest):
# recurse
self.end_prefix("res-sdl")
+ self.path("../viewer_components/updater/scripts/linux/update_install", "bin/update_install")
+
# plugins
if self.prefix(src="", dst="bin/llplugin"):
self.path("../media_plugins/webkit/libmedia_plugin_webkit.so", "libmedia_plugin_webkit.so")