diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-25 22:58:27 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-25 22:58:27 -0400 |
commit | eb03da6e993eb33e1fef9bf53268c66d325adf9a (patch) | |
tree | 88e2a9b5387f5db9afcf8bb7347f6a76ce51ddd3 | |
parent | cce8cd73414cdee65213bb6332a7a4c9315860ad (diff) | |
parent | 8a7fa77f23b94f9ba2cb6da1942e4f86da314b5a (diff) |
merge back packaging fix for linux hunspell library'
-rw-r--r-- | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index f0a63a009d..7c6b5403e1 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1058,6 +1058,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libdirect-1.4.so.5") self.path("libhunspell-1.3.so") self.path("libhunspell-1.3.so.0") + self.path("libhunspell-1.3.so.0.0.0") self.path("libalut.so") self.path("libopenal.so", "libopenal.so.1") self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname |