diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2012-01-18 20:50:25 +0200 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2012-01-18 20:50:25 +0200 |
commit | 2b724e30cf49999f4a4def3d197d739ce2535016 (patch) | |
tree | 46d777519dbbff83326f5a55cc3c018cf0e93111 /indra | |
parent | b75f495526b29fff826fa8bd4e89be7ddf6b2aee (diff) |
EXP-1814 FIXED Added copying the missing symlinks to Linux viewer lib dir.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/viewer_manifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 089b17149d..9bf755c8f8 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1049,8 +1049,11 @@ class Linux_i686Manifest(LinuxManifest): self.path("libSDL-1.2.so.0.11.3") self.path("libSDL-1.2.so.0") self.path("libdirectfb-1.4.so.5.0.4") + self.path("libdirectfb-1.4.so.5") self.path("libfusion-1.4.so.5.0.4") + self.path("libfusion-1.4.so.5") self.path("libdirect-1.4.so.5.0.4") + self.path("libdirect-1.4.so.5") self.path("libopenjpeg.so.1.4.0") self.path("libopenjpeg.so.1") self.path("libopenjpeg.so") |