blob: 7f8b76bdd496268b371b72b28f76d68efd9311cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2018-12-13 21:39:07.971867000 +0100
+++ CMakeLists.txt 2018-12-13 21:39:46.807545000 +0100
@@ -93,7 +93,7 @@
# Set up paths
set(bindir ${CMAKE_INSTALL_PREFIX}/bin CACHE PATH "bindir")
set(datadir ${CMAKE_INSTALL_PREFIX}/share/dolphin-emu CACHE PATH "datadir")
-set(mandir ${CMAKE_INSTALL_PREFIX}/share/man CACHE PATH "mandir")
+set(mandir ${CMAKE_INSTALL_PREFIX}/man CACHE PATH "mandir")
add_definitions(-DDATA_DIR="${datadir}/")
if(CMAKE_SYSROOT)
|