mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -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
|
||||
${SCRIPT_OUTPUT_DIR}/gnucash-env
|
||||
${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-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)
|
||||
|
Loading…
Reference in New Issue
Block a user