blob: 711ff088cc507707cec4ed6681569823ced74bd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2017-11-25 13:54:41 UTC
+++ CMakeLists.txt
@@ -102,7 +102,7 @@ option( TIDY_COMPAT_HEADERS "Set ON to include compati
# Allow building with non-default man page directory.
#------------------------------------------------------------------------
if (NOT MAN_INSTALL_DIR)
- set(MAN_INSTALL_DIR share/man/man1)
+ set(MAN_INSTALL_DIR man/man1)
endif ()
|