diff options
author | Jacek Antonelli | 2010-03-07 23:58:27 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-03-07 23:58:27 -0600 |
commit | 4c2f6b5e834aa7a3a8b8f6af7dd7e31781930300 (patch) | |
tree | a80094e33aeb7ca4dc5349c8848ce1b733a19863 /linden | |
parent | Use solid circles instead of asterisks for password fields. (diff) | |
download | meta-impy-4c2f6b5e834aa7a3a8b8f6af7dd7e31781930300.zip meta-impy-4c2f6b5e834aa7a3a8b8f6af7dd7e31781930300.tar.gz meta-impy-4c2f6b5e834aa7a3a8b8f6af7dd7e31781930300.tar.bz2 meta-impy-4c2f6b5e834aa7a3a8b8f6af7dd7e31781930300.tar.xz |
Updated viewer_manifest.py to package only our free fonts. Again.
Diffstat (limited to 'linden')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 84ecc74..e3f1854 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -75,8 +75,12 @@ class ViewerManifest(LLManifest): | |||
75 | 75 | ||
76 | # Include our fonts | 76 | # Include our fonts |
77 | if self.prefix(src="fonts"): | 77 | if self.prefix(src="fonts"): |
78 | self.path("*.ttf") | 78 | self.path("LiberationSans-Bold.ttf") |
79 | self.path("*.txt") | 79 | self.path("LiberationSans-Regular.ttf") |
80 | self.path("VeraMono.ttf") | ||
81 | self.path("GPL.txt") | ||
82 | self.path("Liberation-License.txt") | ||
83 | self.path("Vera-License.txt") | ||
80 | self.end_prefix("fonts") | 84 | self.end_prefix("fonts") |
81 | 85 | ||
82 | # skins | 86 | # skins |