aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2016-07-19 09:57:04 +0200
committerTed Gould <ted@gould.cx>2016-07-19 09:57:04 +0200
commit1d5f8282d47be8e1ac622f9400ded151ef226da6 (patch)
treeb688e23d9022a075a203bba743b14193f8b72d4d
parentd90092b6f2d57728bdb61adfde56d4b593050277 (diff)
downloadayatana-indicator-display-1d5f8282d47be8e1ac622f9400ded151ef226da6.tar.gz
ayatana-indicator-display-1d5f8282d47be8e1ac622f9400ded151ef226da6.tar.bz2
ayatana-indicator-display-1d5f8282d47be8e1ac622f9400ded151ef226da6.zip
Vivid is amazing
-rw-r--r--data/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 4fbb925..2e42eda 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -64,7 +64,9 @@ install (FILES "${UPSTART_XDG_AUTOSTART_FILE}"
##
# where to install
-pkg_get_variable(SYSTEMD_USER_DIR systemd systemduserunitdir)
+# Uncomment when we drop Vivid
+# pkg_get_variable(SYSTEMD_USER_DIR systemd systemduserunitdir)
+set (SYSTEMD_USER_DIR "/usr/lib/systemd/user")
message (STATUS "${SYSTEMD_USER_DIR} is the systemd user unit file install dir")
set (SYSTEMD_USER_NAME "${CMAKE_PROJECT_NAME}.service")