summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-11-03 20:34:49 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-11-04 01:44:51 +0100
commitfcf582761880b09bdfd159192e2e278c290a84f1 (patch)
tree54c64a458e235a8be101a2200000226acda7278c
parent6a9b6cf01138bd9fb17b2e2754aaa338f15fb2da (diff)
downloadkkbswitch-fcf582761880b09bdfd159192e2e278c290a84f1.tar.gz
kkbswitch-fcf582761880b09bdfd159192e2e278c290a84f1.zip
cmake: Install tdeconf_update scripts as programs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 29ee3d2ed3ae126481aa4cf4683259fa2702ff1b)
-rw-r--r--kkbswitch.upd/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
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
)