From b5b656e7f758ed678d3cdee1625e492804ed1fee Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sat, 19 Sep 2020 19:25:50 +0200 Subject: CMakeLists.txt: Fix duplicate icons directory --- data/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 5c18eb5..efe6e64 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -82,7 +82,7 @@ install (FILES "${AYATANA_INDICATOR_FILE}" set (ICON_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/icons/hicolor") message (STATUS "${ICON_DIR} is the Icon install dir") -install (DIRECTORY icons +install (DIRECTORY icons/16x16 icons/22x22 icons/24x24 -- cgit v1.2.3