diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-29 15:36:43 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2018-10-29 15:36:43 -0400 | 
| commit | 810cebe967b75c6ba6428e0bdf8fc2fabf8379e5 (patch) | |
| tree | 4834a2fc2ae130744a8cab90f8b659c565f33f98 /indra | |
| parent | 0ca69bb2ebf206705045a72b004e302af1f6d5dd (diff) | |
SL-9964: Put Mac cursors back into Resources/cursors_mac subdirectory.
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
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") | 
