From e561067b7fa381474a08dcd3dbd88fd9ca9f3936 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 1 Dec 2024 18:53:58 +0800 Subject: Move libexec binaries to /usr/lib/megapahit on Arch as in Arch, there's really no /usr/libexec. --- indra/llplugin/slplugin/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llplugin') diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt index 3ad6d10336..d29731894f 100644 --- a/indra/llplugin/slplugin/CMakeLists.txt +++ b/indra/llplugin/slplugin/CMakeLists.txt @@ -68,6 +68,8 @@ endif () if (INSTALL) if (DARWIN) install(TARGETS ${PROJECT_NAME} DESTINATION .) + elseif (${LINUX_DISTRO} MATCHES arch) + install(TARGETS ${PROJECT_NAME} DESTINATION lib/${VIEWER_BINARY_NAME}) else (DARWIN) install(TARGETS ${PROJECT_NAME} DESTINATION libexec/${VIEWER_BINARY_NAME}) endif (DARWIN) -- cgit v1.2.3