diff options
author | merov <none@none> | 2014-01-10 01:27:33 +0000 |
---|---|---|
committer | merov <none@none> | 2014-01-10 01:27:33 +0000 |
commit | a2f9aea3b471f86bc3f86036f3a0fae16560fa3b (patch) | |
tree | 3cea98c6c577b51aed8d1fb86407adca7b9fd3bb /indra/newview/viewer_manifest.py | |
parent | 70b877da0eccca2e11c810a92c0a928baf802334 (diff) | |
parent | 7d8e4020750683412c9f56edf847fd830402aa0f (diff) |
Pull merge from viewer-acme-dev
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 9e8623c1f9..3a76773dde 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -98,6 +98,9 @@ class ViewerManifest(LLManifest): # ... and the entire windlight directory self.path("windlight") + # ... and the entire image filters directory + self.path("filters") + # ... and the included spell checking dictionaries pkgdir = os.path.join(self.args['build'], os.pardir, 'packages') if self.prefix(src=pkgdir,dst=""): |