aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-11-04 23:43:18 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-11-04 23:43:18 +0100
commit67c99369ab257481064200760c5b7cfb0818a4f2 (patch)
tree94ce60a91677767087359ff5abaeea61accb72f6
parent21a7af535c8b5b9d231aa3c41f7a990689fde560 (diff)
downloadPrismLauncher-67c99369ab257481064200760c5b7cfb0818a4f2.tar.gz
PrismLauncher-67c99369ab257481064200760c5b7cfb0818a4f2.tar.bz2
PrismLauncher-67c99369ab257481064200760c5b7cfb0818a4f2.zip
fix: use KDEInstallDirs for manpage
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72756292..7f1aa106 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -270,7 +270,7 @@ elseif(UNIX)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${Launcher_mrpack_MIMEInfo} DESTINATION ${KDE_INSTALL_MIMEDIR})
if(Launcher_ManPage)
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${Launcher_ManPage} DESTINATION ${LAUNCHER_MAN_DEST_DIR})
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${Launcher_ManPage} DESTINATION "${KDE_INSTALL_MANDIR}/man6")
endif()
# Install basic runner script if component "portable" is selected