diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-28 22:51:45 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-28 22:51:45 +0000 |
commit | 8e42c0e0a7182f9f51769926b163709ced15d4b2 (patch) | |
tree | ffc4b518216bebbbee22f74d42e9cc425b55f26a | |
parent | 1a49226a894900332fb90bef6507986df2d5515b (diff) |
get naming of openallib right when packaging.
-rw-r--r-- | 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 39ac03cd20..f0b1973fdf 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -953,7 +953,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libopenjpeg.so.1") self.path("libopenjpeg.so") self.path("libalut.so") - self.path("libopenal.so") + self.path("libopenal.so", "libopenal.so.1") self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname self.path("libfontconfig.so.1.4.4") try: |