Project

General

Profile

Bug #2291 ยป destdir-config-install-path-fix.patch

soratobu kuroneko, 10/06/2013 10:52 PM

View differences:

CMakeLists.txt
ENDIF(INSTALL_EXAMPLES)
IF(NOT EXISTS ${DESTDIR}${CONFIGDIR}/wt_config.xml)
INSTALL(FILES ${WT_BINARY_DIR}/wt_config.xml DESTINATION ${DESTDIR}${CONFIGDIR})
INSTALL(FILES ${WT_BINARY_DIR}/wt_config.xml DESTINATION ${CONFIGDIR})
ENDIF (NOT EXISTS ${DESTDIR}${CONFIGDIR}/wt_config.xml)
IF(ENABLE_HARU AND HARU_FOUND)
    (1-1/1)