diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-01 19:02:47 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-01 19:02:47 -0500 |
commit | 477dc6fa22bcd37b23deb45b57bec6518ba52ad9 (patch) | |
tree | bc8d5b60f2b175e883be546b2cef46f50afb807c /data | |
parent | 6ee61b9bb4d92e5c9a41d2259e879486ec0d730a (diff) | |
download | ayatana-indicator-session-477dc6fa22bcd37b23deb45b57bec6518ba52ad9.tar.gz ayatana-indicator-session-477dc6fa22bcd37b23deb45b57bec6518ba52ad9.tar.bz2 ayatana-indicator-session-477dc6fa22bcd37b23deb45b57bec6518ba52ad9.zip |
in the cmake files, prefer the _FULL versions of the GNU variables
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 335582c..3ddf422 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -19,7 +19,7 @@ add_schema (${SCHEMA_FILE}) ## # where to install -set (DBUS_SERVICE_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/dbus-1/services") +set (DBUS_SERVICE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/dbus-1/services") message (STATUS "${DBUS_SERVICE_DIR} is the DBus Service File install dir") set (SERVICE_NAME "${CMAKE_PROJECT_NAME}.service") @@ -40,7 +40,7 @@ install (FILES "${SERVICE_FILE}" ## # where to install -set (UNITY_INDICATOR_DIR "${CMAKE_INSTALL_PREFIX}/share/unity/indicators") +set (UNITY_INDICATOR_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/unity/indicators") message (STATUS "${UNITY_INDICATOR_DIR} is the Unity Indicator install dir") set (UNITY_INDICATOR_NAME "com.canonical.indicator.session") |