summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2022-08-29 00:00:31 +0200
committerKitty Barnett <develop@catznip.com>2022-08-29 00:01:43 +0200
commitbab70f6f152952ce755188d29bea1cfd8821a4be (patch)
tree164391dd9ecf0ef7df853ecb73c75db8e4a8545b /indra/newview
parent5440464a9cbff6f64f79667ac026a7a1983b28b4 (diff)
Review + resolve minor issues
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 281777e492..85c9318b8a 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -140,7 +140,7 @@ class ViewerManifest(LLManifest):
self.path("*.tga")
# Include our fonts
- with self.prefix(src="../packages/fonts"):
+ with self.prefix(src="../packages/fonts",src_dst="fonts"):
self.path("*.ttf")
self.path("*.txt")