diff --git a/gnucash/overrides/CMakeLists.txt b/gnucash/overrides/CMakeLists.txt index 620f6ea59c..1ca1c470d9 100644 --- a/gnucash/overrides/CMakeLists.txt +++ b/gnucash/overrides/CMakeLists.txt @@ -28,5 +28,5 @@ INSTALL( PROGRAMS ${SCRIPT_OUTPUT_DIR}/gnucash-env ${SCRIPT_OUTPUT_DIR}/gnucash-make-guids - DESTINATION }exec/gnucash/overrides + DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/gnucash/overrides ) diff --git a/libgnucash/quotes/CMakeLists.txt b/libgnucash/quotes/CMakeLists.txt index 21118ed193..5ba5e9c7dd 100644 --- a/libgnucash/quotes/CMakeLists.txt +++ b/libgnucash/quotes/CMakeLists.txt @@ -47,7 +47,7 @@ ENDFOREACH(file) ADD_CUSTOM_TARGET(quotes-man ALL DEPENDS ${_MAN_FILES}) ADD_CUSTOM_TARGET(quotes-bin ALL DEPENDS gnc-fq-check gnc-fq-update) INSTALL(FILES ${_MAN_FILES} DESTINATION share/man/man1) -INSTALL(PROGRAMS ${_BIN_FILES} DESTINATION }) +INSTALL(PROGRAMS ${_BIN_FILES} DESTINATION ${CMAKE_INSTALL_BINDIR}) SET_DIST_LIST(quotes_DIST CMakeLists.txt gnc-fq-check.in gnc-fq-dump gnc-fq-helper.in gnc-fq-update.in gnc-value-portfolio Makefile.am Quote_example.pl README)