From 29ee3d2ed3ae126481aa4cf4683259fa2702ff1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Nov 2018 20:34:49 +0100 Subject: [PATCH] cmake: Install tdeconf_update scripts as programs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kkbswitch.upd/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kkbswitch.upd/CMakeLists.txt b/kkbswitch.upd/CMakeLists.txt index fd7b35b..2cee98e 100644 --- a/kkbswitch.upd/CMakeLists.txt +++ b/kkbswitch.upd/CMakeLists.txt @@ -1,8 +1,14 @@ install( FILES ${PROJECT_NAME}.upd + + DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update +) + +install( + PROGRAMS kkbswitch_update_14_icons kkbswitch_update_14_options - + DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update )