Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1426 by [email protected]: ibus-chewing-1.3.10 installs directory /gconf to root filesystem
http://code.google.com/p/ibus/issues/detail?id=1426 Installing gconf schemas should have a sane default install path. --- CMakeLists.txt +++ CMakeLists.txt @@ -119,6 +119,9 @@ DESTINATION "${DATA_DIR}/ibus/component") # Schemas +IF(NOT DEFINED SYSCONF_INSTALL_DIR) + SET(SYSCONF_INSTALL_DIR "/etc") +ENDIF(NOT DEFINED SYSCONF_INSTALL_DIR) SET(GCONF_SCHEMAS_FILE ${CMAKE_BINARY_DIR}/data/${PROJECT_NAME}.schemas) INCLUDE(UseGConf) This is coming from http://bugs.gentoo.org/407695 -- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
