diff options
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/CMakeLists.txt | 2 | ||||
-rw-r--r-- | pixmaps/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pixmaps/CMakeLists.txt b/pixmaps/CMakeLists.txt index 44e5b2570..0e1fdcd39 100644 --- a/pixmaps/CMakeLists.txt +++ b/pixmaps/CMakeLists.txt @@ -9,4 +9,4 @@ # ################################################# -tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kdepim/icons ) +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tdepim/icons ) diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 5ba371b66..a9027a567 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -1,2 +1,2 @@ -kdepimicondir = $(kde_datadir)/kdepim/icons -kdepimicon_ICON = AUTO +tdepimicondir = $(kde_datadir)/tdepim/icons +tdepimicon_ICON = AUTO |