summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-11-04 12:34:27 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-11-04 12:43:07 +0100
commit86e0246fca8e327cadb311306efdbe28ca6aab5b (patch)
tree2b1e6b3b2ff0d5b735feb3ce059a5c3ba3833b3c
parent1905b0563f9ff9a86dadf03feb3cf81c47b6267e (diff)
downloadkdirstat-86e0246fca8e327cadb311306efdbe28ca6aab5b.tar.gz
kdirstat-86e0246fca8e327cadb311306efdbe28ca6aab5b.zip
cmake: Install tdeconf_update scripts as programs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kdirstat/CMakeLists.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/kdirstat/CMakeLists.txt b/kdirstat/CMakeLists.txt
index dc8dc7a..c4f873a 100644
--- a/kdirstat/CMakeLists.txt
+++ b/kdirstat/CMakeLists.txt
@@ -57,11 +57,13 @@ install(
)
install(
- FILES
- ${PROJECT_NAME}.upd
- fix_move_to_trash_bin.pl
-
- DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update
+ FILES ${PROJECT_NAME}.upd
+ DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update
+)
+
+install(
+ PROGRAMS fix_move_to_trash_bin.pl
+ DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update
)
install(