From b979c245d454a281b68d3f2bedfb64ed670c45e0 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Tue, 4 Jun 2024 19:39:57 -0400
Subject: [PATCH] Linux

---
 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 e4e1224c2cd..0f8a7453338 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")
-- 
GitLab