Fix dist after renaming account directory hu_HU to hu

This commit is contained in:
Geert Janssens 2020-02-08 11:54:53 +01:00
parent e90e9cbd8c
commit f27cbd4a11

View File

@ -17,7 +17,7 @@ set(account_DATA
acctchrt_spouseretire.gnucash-xea)
set_dist_list(HU_HU_DIST ${account_DATA} CMakeLists.txt)
set_dist_list(HU_DIST ${account_DATA} CMakeLists.txt)
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/hu)
file(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/hu)