mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix installation destinations for overrides and quotes scripts
Mentioned by Robert Gowin and Christopher Lam
This commit is contained in:
parent
41656c920e
commit
649a6a263e
@ -28,5 +28,5 @@ INSTALL(
|
|||||||
PROGRAMS
|
PROGRAMS
|
||||||
${SCRIPT_OUTPUT_DIR}/gnucash-env
|
${SCRIPT_OUTPUT_DIR}/gnucash-env
|
||||||
${SCRIPT_OUTPUT_DIR}/gnucash-make-guids
|
${SCRIPT_OUTPUT_DIR}/gnucash-make-guids
|
||||||
DESTINATION }exec/gnucash/overrides
|
DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/gnucash/overrides
|
||||||
)
|
)
|
||||||
|
@ -47,7 +47,7 @@ ENDFOREACH(file)
|
|||||||
ADD_CUSTOM_TARGET(quotes-man ALL DEPENDS ${_MAN_FILES})
|
ADD_CUSTOM_TARGET(quotes-man ALL DEPENDS ${_MAN_FILES})
|
||||||
ADD_CUSTOM_TARGET(quotes-bin ALL DEPENDS gnc-fq-check gnc-fq-update)
|
ADD_CUSTOM_TARGET(quotes-bin ALL DEPENDS gnc-fq-check gnc-fq-update)
|
||||||
INSTALL(FILES ${_MAN_FILES} DESTINATION share/man/man1)
|
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
|
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)
|
gnc-value-portfolio Makefile.am Quote_example.pl README)
|
||||||
|
Loading…
Reference in New Issue
Block a user