From 4666e29fb77cd2518edd6b02374673527e43010c Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Wed, 4 May 2011 21:10:59 +0200 Subject: [PATCH] install Hunspell dictionaries --- indra/newview/viewer_manifest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 22ed21392..24d48c9f8 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -58,6 +58,8 @@ class ViewerManifest(LLManifest): self.path("shaders") # ... and the entire windlight directory self.path("windlight") + # ... and the hunspell dictionaries + self.path("dictionaries") self.end_prefix("app_settings") if self.prefix(src="character"):