diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-06 10:49:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-06 10:49:54 +0100 |
commit | 17ab6d15b06b0fd56a9f62ff3818c976f07e6fb7 (patch) | |
tree | 2f7c98ae0eb51d985b5a7c5448be8e553369204f /data | |
parent | 5a593195bb9bf7f18d31a19e5c19fbf296c6c9d0 (diff) | |
download | ayatana-indicator-power-17ab6d15b06b0fd56a9f62ff3818c976f07e6fb7.tar.gz ayatana-indicator-power-17ab6d15b06b0fd56a9f62ff3818c976f07e6fb7.tar.bz2 ayatana-indicator-power-17ab6d15b06b0fd56a9f62ff3818c976f07e6fb7.zip |
data/CMakeLists.txt: More namespace fixes in comments / output messages.
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 3da3d99..4061fdc 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -86,12 +86,12 @@ configure_file ("${XDG_AUTOSTART_FILE_IN}" "${XDG_AUTOSTART_FILE}") install (FILES "${XDG_AUTOSTART_FILE}" DESTINATION "${XDG_AUTOSTART_DIR}") -## Unity Indicator File +## Ayatana Indicators File ## # where to install set (AYATANA_INDICATOR_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/ayatana/indicators") -message (STATUS "${AYATANA_INDICATOR_DIR} is the Unity Indicator install dir") +message (STATUS "${AYATANA_INDICATOR_DIR} is the Ayatana Indicators install dir") set (AYATANA_INDICATOR_NAME "org.ayatana.indicator.power") set (AYATANA_INDICATOR_FILE "${CMAKE_CURRENT_SOURCE_DIR}/${AYATANA_INDICATOR_NAME}") |