diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-15 20:54:22 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-15 20:54:22 +0000 |
commit | cd8485f9c0535455142f7f979159dcf8027ae93c (patch) | |
tree | 5abd49e0862803f0be73e8e69e16fb65d1c32fd4 /indra/newview/viewer_manifest.py | |
parent | 650dd40187d63eb892a313b12d431f6b485e2dde (diff) |
update uuid archive for linux.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 2b756c8dce..dad0519a8a 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -938,7 +938,9 @@ class Linux_i686Manifest(LinuxManifest): self.path("libcrypto.so.0.9.8") self.path("libexpat.so.1.5.2") self.path("libssl.so.0.9.8") - self.path("libuuid.so.1") + self.path("libuuid.so") + self.path("libuuid.so.16") + self.path("libuuid.so.16.0.22") self.path("libSDL-1.2.so.0.11.3") self.path("libdirectfb-1.4.so.5.0.4") self.path("libfusion-1.4.so.5.0.4") |