From 346e88760c55921ca474886168a89b104fd3f4cc Mon Sep 17 00:00:00 2001
From: Robin Cornelius
Date: Sun, 7 Nov 2010 20:28:12 +0000
Subject: Correctly stage libhunspell.dll in viewer_manifest.py

---
 linden/indra/newview/viewer_manifest.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index f631d1f..1383bba 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -246,7 +246,9 @@ class WindowsManifest(ViewerManifest):
         #self.path("fmod.dll")
         
         # For spellchecking
-        self.path("libhunspell.dll")
+        if self.prefix(src=self.args['configuration'], dst=""):
+            self.path("libhunspell.dll")
+            self.end_prefix()
 
         # Get llcommon and deps.
         if self.prefix(src=self.args['configuration'], dst=""):
-- 
cgit v1.1