diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-01-21 16:36:19 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-01-21 16:36:19 -0500 |
commit | 260dbb3428d7e21ca7a386e15c9aa52f5f815844 (patch) | |
tree | 6cd73aaa94d684be7a116f0ac0a55228a66928dd /indra | |
parent | 0c463802a65b5812b4e852f1499f7e15708b2aa6 (diff) |
For Linux, add libalut.so.0.0.0.0 and libalut.so.0 to viewer tarball.
The former is the real .so, to which libalut.so is only a symlink. We were
packaging the symlink without including its target.
(This appears to have changed since our last Vivox drop for Linux.)
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index a717ffa5df..ff776e6f8b 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1089,7 +1089,7 @@ class Linux_i686_Manifest(LinuxManifest): self.path("libfusion-1.4.so.5") self.path("libdirect-1.4.so.5*") self.path("libhunspell-1.3.so*") - self.path("libalut.so") + self.path("libalut.so*") self.path("libopenal.so", "libopenal.so.1") self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname # KLUDGE: As of 2012-04-11, the 'fontconfig' package installs |