From: Shlomi Fish Date: Tue, 13 Dec 2016 19:48:27 +0000 (+0200) Subject: Got the modified mageia src.rpm to build X-Git-Tag: fortune-mod-1.99.3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3af95fd7350cbbc55ad8cf74b3b3a6044c32900;p=fortune-mod Got the modified mageia src.rpm to build after installing the man pages. --- diff --git a/fortune-mod/CMakeLists.txt b/fortune-mod/CMakeLists.txt index eb08327..76b23ef 100644 --- a/fortune-mod/CMakeLists.txt +++ b/fortune-mod/CMakeLists.txt @@ -122,6 +122,9 @@ my_exe( "bin" ) +INSTALL_RENAME_MAN("strfile.man" "1" "strfile" "util") +INSTALL_RENAME_MAN("fortune.6" "6" "fortune" "fortune") + TARGET_LINK_LIBRARIES("fortune" "recode") INCLUDE_DIRECTORIES("${CMAKE_CURRENT_SOURCE_DIR}/util")