aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-09-08 18:29:57 -0700
committerMcCabe Maxsted2011-09-08 18:29:57 -0700
commit3e350fcdb6c960aa8508122e017d3cf24707c590 (patch)
tree6067af2145bc212e898fa45bba5ba63eaad4015a
parentFixed merge errors in the windows installer script template (diff)
downloadmeta-impy-3e350fcdb6c960aa8508122e017d3cf24707c590.zip
meta-impy-3e350fcdb6c960aa8508122e017d3cf24707c590.tar.gz
meta-impy-3e350fcdb6c960aa8508122e017d3cf24707c590.tar.bz2
meta-impy-3e350fcdb6c960aa8508122e017d3cf24707c590.tar.xz
Fixed llkdu .config file not being copied during packaging
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 4d672f0..11f9098 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -279,6 +279,9 @@ class WindowsManifest(ViewerManifest):
279 self.path("libhunspell.dll") 279 self.path("libhunspell.dll")
280 self.end_prefix() 280 self.end_prefix()
281 281
282 # Copy the llkdu DSO .config
283 self.path("llkdu.dll.2.config")
284
282 # Get llcommon and deps. 285 # Get llcommon and deps.
283 if self.prefix(src=self.args['configuration'], dst=""): 286 if self.prefix(src=self.args['configuration'], dst=""):
284 self.path('libapr-1.dll') 287 self.path('libapr-1.dll')