diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/viewer_manifest.py | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-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-x | linden/indra/newview/viewer_manifest.py | 2 |
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 | ||