diff options
Diffstat (limited to 'chinese/opencc/files/patch-doc_CMakeLists.txt')
-rw-r--r-- | chinese/opencc/files/patch-doc_CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chinese/opencc/files/patch-doc_CMakeLists.txt b/chinese/opencc/files/patch-doc_CMakeLists.txt new file mode 100644 index 000000000000..23a05bfb3137 --- /dev/null +++ b/chinese/opencc/files/patch-doc_CMakeLists.txt @@ -0,0 +1,9 @@ +--- doc/CMakeLists.txt~ 2010-12-23 07:18:23.000000000 -0600 ++++ doc/CMakeLists.txt 2011-11-28 14:52:15.884747557 -0600 +@@ -3,5 +3,5 @@ install( + opencc.1 + opencc_dict.1 + DESTINATION +- ${DIR_SHARE}/man/man1 ++ ${CMAKE_INSTALL_PREFIX}/man/man1 + ) |