at 16.09-beta 13 lines 361 B view raw
1diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt 2index 365903a..f126ade 100644 3--- a/src/CMakeLists.txt 4+++ b/src/CMakeLists.txt 5@@ -149,7 +149,7 @@ if(NOT DEFINED bindir) 6 endif() 7 8 string (TOLOWER "${CMAKE_SYSTEM_NAME}" SYSNAME) 9-set (DIS_MAN ../man/${SYSNAME}) 10+set (DIS_MAN ${PROJECT_SOURCE_DIR}/man/${SYSNAME}) 11 12 # RPATH handling 13 if(POLICY CMP0042)