aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 83e28b7..6ec2e1f 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -450,6 +450,8 @@ class LinuxManifest(ViewerManifest):
450 if self.prefix("linux_tools", ""): 450 if self.prefix("linux_tools", ""):
451 self.path("client-readme.txt","README-linux.txt") 451 self.path("client-readme.txt","README-linux.txt")
452 self.path("wrapper.sh","secondlife") 452 self.path("wrapper.sh","secondlife")
453 self.path("handle_secondlifeprotocol.sh")
454 self.path("register_secondlifeprotocol.sh")
453 self.path("unicode.ttf","unicode.ttf") 455 self.path("unicode.ttf","unicode.ttf")
454 self.end_prefix("linux_tools") 456 self.end_prefix("linux_tools")
455 457