diff --git a/autobuild.xml b/autobuild.xml
index cb55ea3564..9cbf89d7db 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1148,9 +1148,9 @@
archive
name
darwin
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 9be3aa709b..cf7ece2284 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -574,7 +574,7 @@ class DarwinManifest(ViewerManifest):
self.path("Info-SecondLife.plist", dst="Info.plist")
# copy additional libs in /Contents/MacOS/
- self.path("../packages/lib/release/libndofdev.dylib", dst="MacOS/libndofdev.dylib")
+ self.path("../packages/lib/release/libndofdev.dylib", dst="Resources/libndofdev.dylib")
self.path("../viewer_components/updater/scripts/darwin/update_install", "MacOS/update_install")