diff options
| -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") | 
