diff options
author | callum@lindenlab.com <callum@lindenlab.com> | 2017-02-03 16:25:33 -0800 |
---|---|---|
committer | callum@lindenlab.com <callum@lindenlab.com> | 2017-02-03 16:25:33 -0800 |
commit | ac9777bd8eed3899c48ba203d88911085c09e65a (patch) | |
tree | 503e4e20e89a0dfc234afec61375696609b14e35 /indra/newview/viewer_manifest.py | |
parent | df4957e3984ddf3f0183229175709e55f6b7880d (diff) |
Change destination location of updated VLC files to correct one
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 6fb9479564..d68c01351f 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -874,8 +874,8 @@ class DarwinManifest(ViewerManifest): self.end_prefix() # copy LibVLC plugins folder - if self.prefix(src=os.path.join(os.pardir, 'packages', 'lib', 'release', 'plugins' ), dst="plugins"): - self.path( "lib*_plugin.dylib" ) + if self.prefix(src=os.path.join(os.pardir, 'packages', 'lib', 'release', 'plugins' ), dst="lib"): + self.path( "*.dylib" ) self.path( "plugins.dat" ) self.end_prefix() |