Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 858797 | Differences between
and this patch

Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 63-69 endif() Link Here
63
63
64
if(BUILD_CONFIG)
64
if(BUILD_CONFIG)
65
  install(FILES ${CMAKE_SOURCE_DIR}/doc/config.ini
65
  install(FILES ${CMAKE_SOURCE_DIR}/doc/config.ini
66
    DESTINATION /etc/${PROJECT_NAME}
66
    DESTINATION ${CMAKE_INSTALL_SYSCONF_DIR}/${PROJECT_NAME}
67
    COMPONENT config)
67
    COMPONENT config)
68
endif()
68
endif()
69
69

Return to bug 858797