From 810cebe967b75c6ba6428e0bdf8fc2fabf8379e5 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Mon, 29 Oct 2018 15:36:43 -0400
Subject: [PATCH] SL-9964: Put Mac cursors back into Resources/cursors_mac
 subdirectory.

---
 indra/newview/viewer_manifest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index f2b0fe6a320..3556b823202 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -995,7 +995,7 @@ def construct(self):
                     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")
-- 
GitLab