diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-01 18:39:09 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-01 18:39:09 -0500 |
commit | 6ee61b9bb4d92e5c9a41d2259e879486ec0d730a (patch) | |
tree | f1393ad005fed2893cb2a667e6d05c89e50147bf /data | |
parent | 695aba24f30be53f291c52ef42f2dce76fb656cf (diff) | |
download | ayatana-indicator-session-6ee61b9bb4d92e5c9a41d2259e879486ec0d730a.tar.gz ayatana-indicator-session-6ee61b9bb4d92e5c9a41d2259e879486ec0d730a.tar.bz2 ayatana-indicator-session-6ee61b9bb4d92e5c9a41d2259e879486ec0d730a.zip |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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 |