gnucash maint: Fix file copy destination for accounts/he
Frank H.Ellenberger
fell at code.gnucash.org
Thu Aug 29 13:10:08 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/e3ba7368 (commit)
from https://github.com/Gnucash/gnucash/commit/bb4348fc (commit)
commit e3ba73683e3c6ccfa84a63c6d0a5e648856412dc
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Thu Aug 29 18:53:24 2019 +0200
Fix file copy destination for accounts/he
diff --git a/data/accounts/he/CMakeLists.txt b/data/accounts/he/CMakeLists.txt
index 43a9812bb..025a862e9 100644
--- a/data/accounts/he/CMakeLists.txt
+++ b/data/accounts/he/CMakeLists.txt
@@ -21,5 +21,5 @@ set(account_DATA
set_dist_list(HE_DIST ${account_DATA} acctchrt_full.gnucash-xea CMakeLists.txt)
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/he)
-file(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/he_HE)
+file(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/he)
Summary of changes:
data/accounts/he/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list