diff options
author | Slávek Banko <[email protected]> | 2018-11-04 12:34:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-04 12:43:07 +0100 |
commit | 86e0246fca8e327cadb311306efdbe28ca6aab5b (patch) | |
tree | 2b1e6b3b2ff0d5b735feb3ce059a5c3ba3833b3c | |
parent | 1905b0563f9ff9a86dadf03feb3cf81c47b6267e (diff) | |
download | kdirstat-86e0246fca8e327cadb311306efdbe28ca6aab5b.tar.gz kdirstat-86e0246fca8e327cadb311306efdbe28ca6aab5b.zip |
cmake: Install tdeconf_update scripts as programs.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | kdirstat/CMakeLists.txt | 12 |
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( |