From 86e0246fca8e327cadb311306efdbe28ca6aab5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Nov 2018 12:34:27 +0100 Subject: 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 --- kdirstat/CMakeLists.txt | 12 +++++++----- 1 file 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( -- cgit v1.2.3