aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index e66af2a..ccd6c6e 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -40,6 +40,7 @@ class ViewerManifest(LLManifest):
40 super(ViewerManifest, self).construct() 40 super(ViewerManifest, self).construct()
41 self.exclude("*.svn*") 41 self.exclude("*.svn*")
42 self.path(src="../../scripts/messages/message_template.msg", dst="app_settings/message_template.msg") 42 self.path(src="../../scripts/messages/message_template.msg", dst="app_settings/message_template.msg")
43 self.path(src="../../etc/message.xml", dst="app_settings/message.xml")
43 44
44 if self.prefix(src="app_settings"): 45 if self.prefix(src="app_settings"):
45 self.exclude("logcontrol.xml") 46 self.exclude("logcontrol.xml")