From b45d569f006db03b41784c1af3c42ecd46e5027c Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sat, 2 Mar 2019 19:18:50 +0300 Subject: [PATCH] avoid installing duplicates of icons This closes #3. Signed-off-by: Alexander Golubev --- icons/CMakeLists.txt | 2 -- icons/Makefile.am | 2 -- 2 files changed, 4 deletions(-) diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index d352db6..63f765b 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -1,3 +1 @@ tde_install_icons( ) - -tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons ) diff --git a/icons/Makefile.am b/icons/Makefile.am index 9ff7784..e5515a8 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,3 +1 @@ KDE_ICON = AUTO -appicondir = $(kde_datadir)/kooldock/icons -appicon_ICON = AUTO \ No newline at end of file