diff options
author | Cinder Biscuits <cinder@alchemyviewer.org> | 2015-02-22 23:18:58 -0700 |
---|---|---|
committer | Cinder Biscuits <cinder@alchemyviewer.org> | 2015-02-22 23:18:58 -0700 |
commit | 4665d35453f00fcccd6e17ea84d0549f62b07c5f (patch) | |
tree | 58d96ff5eed41aa0548a532c1ab61a129f061a53 /indra/newview | |
parent | ca08bd5aba5e69fce3b0f5b4f861ffec9fe4d2e5 (diff) | |
parent | b362f247ce452c534f4b0868cbba06b9215c1c8f (diff) |
Merged lindenlab/viewer-tools-update into default
Diffstat (limited to 'indra/newview')
-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 a20ca8802a..32cf9d3df6 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1090,7 +1090,7 @@ class Linux_i686_Manifest(LinuxManifest): self.path("libdirect-1.4.so.5*") self.path("libhunspell-1.3.so*") self.path("libalut.so*") - self.path("libopenal.so", "libopenal.so.1") + self.path("libopenal.so*") self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname # KLUDGE: As of 2012-04-11, the 'fontconfig' package installs # libfontconfig.so.1.4.4, along with symlinks libfontconfig.so.1 |