diff options
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index d22a7b5..2da4a22 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -430,7 +430,6 @@ class Linux_i686Manifest(LinuxManifest): | |||
430 | self.path("libssl.so.0.9.7") | 430 | self.path("libssl.so.0.9.7") |
431 | self.path("libexpat.so.1") | 431 | self.path("libexpat.so.1") |
432 | # self.path("libstdc++.so.6") | 432 | # self.path("libstdc++.so.6") |
433 | self.path("libelfio.so") | ||
434 | self.path("libuuid.so", "libuuid.so.1") | 433 | self.path("libuuid.so", "libuuid.so.1") |
435 | self.path("libSDL-1.2.so.0") | 434 | self.path("libSDL-1.2.so.0") |
436 | self.path("libtcmalloc.so.0") | 435 | self.path("libtcmalloc.so.0") |
@@ -442,7 +441,8 @@ class Linux_i686Manifest(LinuxManifest): | |||
442 | class Linux_x86_64Manifest(LinuxManifest): | 441 | class Linux_x86_64Manifest(LinuxManifest): |
443 | def construct(self): | 442 | def construct(self): |
444 | super(Linux_x86_64Manifest, self).construct() | 443 | super(Linux_x86_64Manifest, self).construct() |
445 | self.path("secondlife-x86_64-bin-stripped","bin/secondlife-bin") | 444 | self.path("secondlife-x86_64-bin-stripped","bin/do-not-directly-run-secondlife-bin") |
445 | # self.path("../linux_crash_logger/linux-crash-logger-x86_64-bin-stripped","linux-crash-logger.bin") | ||
446 | # TODO: I get the sense that this isn't fully fleshed out | 446 | # TODO: I get the sense that this isn't fully fleshed out |
447 | if self.prefix("../../libraries/x86_64-linux/lib_release_client", "lib"): | 447 | if self.prefix("../../libraries/x86_64-linux/lib_release_client", "lib"): |
448 | # self.path("libkdu_v42R.so") | 448 | # self.path("libkdu_v42R.so") |