Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Alley <dalley@redhat.com>2018-09-16 17:59:48 +0300
committerDaniel Mach <daniel.mach@gmail.com>2018-11-19 18:17:12 +0300
commit403bf3fe8084e782e2252faef3883aa4aaaa033a (patch)
treee779b77635eb355d836ce14b02e5137fd135d266 /doc
parentb10afbba313e9ef60d4b779b024ab592ee947948 (diff)
Utilize GNUInstallDirs
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index e49920a..6b2ef5e 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -10,7 +10,7 @@ endif(DOXYGEN_FOUND)
IF(CREATEREPO_C_INSTALL_MANPAGES)
INSTALL(FILES createrepo_c.8 mergerepo_c.8 modifyrepo_c.8 sqliterepo_c.8
- DESTINATION share/man/man8
+ DESTINATION "${CMAKE_INSTALL_MANDIR}/man8"
COMPONENT bin)
ENDIF(CREATEREPO_C_INSTALL_MANPAGES)