From 263216c786226c3db78662298d3f5698fdfdbc4c Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 14 Mar 2006 11:14:14 +0000 Subject: [PATCH] we have a macro to replace /kconf_update better to use it svn path=/trunk/KDE/kdebase/konsole/; revision=518501 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dd9aef9..d40f247b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ install_files( ${SERVICETYPES_INSTALL_DIR} FILES terminalemulator.desktop ) install_files( ${SERVICES_INSTALL_DIR} FILES konsolepart.desktop kwrited.desktop konsole-script.desktop ) install_files( ${DATA_INSTALL_DIR}/konqueror/servicemenus FILES konsolehere.desktop ) install_files( ${SERVICES_INSTALL_DIR}/kded FILES kwrited.desktop ) -install_files( ${DATA_INSTALL_DIR}/kconf_update FILES konsole.upd schemaStrip.pl ) +install_files( ${KCONF_UPDATE_INSTALL_DIR} FILES konsole.upd schemaStrip.pl ) kde4_footer()