summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-08-28 01:48:57 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-08-28 01:48:57 +0200
commitea783a62fc1487b555cb7fac0c50a0dd782bd463 (patch)
tree367ffee58a6eeff0b6aaf3f3367ba446d2ca83bd
parent37c0b00fbf5506397c2e7b73b35f2931ead9e483 (diff)
downloadtdedocker-ea783a62.tar.gz
tdedocker-ea783a62.zip
cmake: Fix installation of icons
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--icons/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
index ffe7d32..5821e00 100644
--- a/icons/CMakeLists.txt
+++ b/icons/CMakeLists.txt
@@ -9,4 +9,5 @@
#
#################################################
-tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kdocker/icons )
+install ( FILES kdocker.png question.png
+ DESTINATION ${DATA_INSTALL_DIR}/kdocker/icons )