From 6ee61b9bb4d92e5c9a41d2259e879486ec0d730a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 1 Jul 2013 18:39:09 -0500 Subject: in data/CMakeLists.txt, install icons into the standard hicolor directory, rather than a custom libindicator hicolor directory, as discussed with ted and lars in #systems --- data/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index e37f647..335582c 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -55,8 +55,7 @@ install (FILES "${UNITY_INDICATOR_FILE}" ## # where to install -set (ICON_PREFIX "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/libindicator/icons") -set (ICON_DIR "${ICON_PREFIX}/hicolor") +set (ICON_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/icons/hicolor") message (STATUS "${ICON_DIR} is the Icon install dir") install (DIRECTORY icons -- cgit v1.2.3