summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kdat/pics/CMakeLists.txt3
-rw-r--r--kuser/toolbar/CMakeLists.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/kdat/pics/CMakeLists.txt b/kdat/pics/CMakeLists.txt
index 86a39ef..899801d 100644
--- a/kdat/pics/CMakeLists.txt
+++ b/kdat/pics/CMakeLists.txt
@@ -1,3 +1,2 @@
-# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-
tde_install_icons( kdat )
+tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kdat/icons )
diff --git a/kuser/toolbar/CMakeLists.txt b/kuser/toolbar/CMakeLists.txt
index 89a876b..c8776e4 100644
--- a/kuser/toolbar/CMakeLists.txt
+++ b/kuser/toolbar/CMakeLists.txt
@@ -1 +1 @@
-# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kuser/icons )