From 4e8cb470bf4ac85bfd9d0e62cc6b5c78172f143b Mon Sep 17 00:00:00 2001
From: JennaHuntsman <jenna.salem.sf@gmail.com>
Date: Wed, 21 Dec 2022 15:24:55 -0500
Subject: [PATCH] Update cmake output dir

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

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 5d669e6c21a..99d87f4c425 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1561,7 +1561,7 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/viewer_version.txt"
 configure_file(llviewerbuildconfig.h.in llviewerbuildconfig.h @ONLY)
 
 if (LINUX)
-  configure_file(./linux_tools/refresh_desktop_app_entry.sh ./linux_tools/refresh_desktop_app_entry.sh @ONLY)
+  configure_file(./linux_tools/refresh_desktop_app_entry.sh ./newview/packaged/etc/refresh_desktop_app_entry.sh @ONLY)
 endif(LINUX)
 
 LIST(APPEND viewer_HEADER_FILES ${CMAKE_CURRENT_BINARY_DIR}/llviewerbuildconfig.h)
-- 
GitLab