diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-11 23:47:32 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-11 23:47:32 +0200 |
commit | e01d64bb521665157b9e9576333e64c60e7d781a (patch) | |
tree | 04155b43c73ce23671f7200eeb8a7150377c9c60 | |
parent | 40642dafebb1ce11a8a67bb61e24b9bc46b69a9f (diff) | |
parent | 7d21745c9d6dafb614172cb657b29db2bec18743 (diff) | |
download | ayatana-indicator-session-e01d64bb521665157b9e9576333e64c60e7d781a.tar.gz ayatana-indicator-session-e01d64bb521665157b9e9576333e64c60e7d781a.tar.bz2 ayatana-indicator-session-e01d64bb521665157b9e9576333e64c60e7d781a.zip |
Merge branch 'tari01-pr/cmake-install-full'
Attributes GH PR #42: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/42
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 4603ac4..dd02205 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -79,7 +79,7 @@ install (FILES "${AYATANA_INDICATOR_FILE}" ## # where to install -set (ICON_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/icons/hicolor") +set (ICON_DIR "${CMAKE_INSTALL_FULL_DATADIR}/icons/hicolor") message (STATUS "${ICON_DIR} is the Icon install dir") install (DIRECTORY |