From fc347e5cafd1b1ed20a81c575b65c0bdb0053838 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 2 Apr 2021 11:40:02 +0200 Subject: [PATCH] (Unix) Fixed an issue where the man page was installed to the wrong location. --- es-app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt index 336089b3c..e2c03f3f2 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -192,7 +192,7 @@ else() install(TARGETS emulationstation RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/emulationstation.6.gz - DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6) + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6) install(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION ${CMAKE_INSTALL_PREFIX}/share/emulationstation) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/emulationstation.desktop