gnucash unstable: Drop install rule for previously removed (scm) config file

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 17 14:09:46 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/de4b72dc (commit)
	from  https://github.com/Gnucash/gnucash/commit/cd8f2b7c (commit)



commit de4b72dc11dc5c3d76b8f02eba38a6dade6627ae
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Feb 17 20:09:36 2018 +0100

    Drop install rule for previously removed (scm) config file

diff --git a/libgnucash/scm/CMakeLists.txt b/libgnucash/scm/CMakeLists.txt
index 7631d1b..785ef82 100644
--- a/libgnucash/scm/CMakeLists.txt
+++ b/libgnucash/scm/CMakeLists.txt
@@ -18,8 +18,6 @@ GNC_ADD_SCHEME_TARGETS(scm-scm-2
 
 ADD_CUSTOM_TARGET(scm-scm ALL DEPENDS scm-scm-1 scm-scm-2)
 
-INSTALL(FILES config DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/gnucash)
-
 SET_LOCAL_DIST(scm_DIST_local CMakeLists.txt ${scm_scm_1_SCHEME} price-quotes.scm)
 SET(scm_DIST ${scm_DIST_local} ${scm_gnumeric_DIST} PARENT_SCOPE)
 



Summary of changes:
 libgnucash/scm/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)



More information about the gnucash-changes mailing list