aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/viewer_manifest.py
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-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