summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-10-29 15:36:43 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-10-29 15:36:43 -0400
commit810cebe967b75c6ba6428e0bdf8fc2fabf8379e5 (patch)
tree4834a2fc2ae130744a8cab90f8b659c565f33f98 /indra/newview/viewer_manifest.py
parent0ca69bb2ebf206705045a72b004e302af1f6d5dd (diff)
SL-9964: Put Mac cursors back into Resources/cursors_mac subdirectory.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-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 f2b0fe6a32..3556b82320 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -995,7 +995,7 @@ class DarwinManifest(ViewerManifest):
self.path("libndofdev.dylib")
self.path("libhunspell-1.3.0.dylib")
- with self.prefix("cursors_mac"):
+ with self.prefix(src_dst="cursors_mac"):
self.path("*.tif")
self.path("licenses-mac.txt", dst="licenses.txt")