diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index e4e1224c2cd5dcde7e0c8d0a9df5c5483ab8291b..0f8a7453338df3642cde1e7105f8b93e22cc0754 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1124,7 +1124,7 @@ def construct(self): with self.prefix(dst="bin"): self.path("alchemy-bin","do-not-directly-run-alchemy-bin") - self.path2basename("../llplugin/alplugin", "ALPlugin") + self.path2basename("../llplugin/slplugin", "ALPlugin") #this copies over the python wrapper script, associated utilities and required libraries, see SL-321, SL-322 and SL-323 #with self.prefix(src="../viewer_components/manager", dst=""): # self.path("*.py")