aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJacek Antonelli2010-03-07 23:58:27 -0600
committerJacek Antonelli2010-03-07 23:58:27 -0600
commit4c2f6b5e834aa7a3a8b8f6af7dd7e31781930300 (patch)
treea80094e33aeb7ca4dc5349c8848ce1b733a19863
parentUse solid circles instead of asterisks for password fields. (diff)
downloadmeta-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.
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py8
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