diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-25 23:31:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-26 12:03:59 +0100 |
commit | e672e51267ff87405700cbb80807aa6a678a06a5 (patch) | |
tree | 1fbce8d79376d671010533fe5045475464b3ec64 /data/ayatana-indicator-bluetooth.service.in | |
parent | d720a7987adee52f4da1d316270be5188331d6f8 (diff) | |
download | ayatana-indicator-bluetooth-e672e51267ff87405700cbb80807aa6a678a06a5.tar.gz ayatana-indicator-bluetooth-e672e51267ff87405700cbb80807aa6a678a06a5.tar.bz2 ayatana-indicator-bluetooth-e672e51267ff87405700cbb80807aa6a678a06a5.zip |
Port from autotools to CMake.
Diffstat (limited to 'data/ayatana-indicator-bluetooth.service.in')
-rw-r--r-- | data/ayatana-indicator-bluetooth.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ayatana-indicator-bluetooth.service.in b/data/ayatana-indicator-bluetooth.service.in index 92344c8..aa513b6 100644 --- a/data/ayatana-indicator-bluetooth.service.in +++ b/data/ayatana-indicator-bluetooth.service.in @@ -4,7 +4,7 @@ PartOf=graphical-session.target PartOf=ayatana-indicators.target [Service] -ExecStart=@pkglibexecdir@/ayatana-indicator-bluetooth/ayatana-indicator-bluetooth-service +ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-bluetooth/ayatana-indicator-bluetooth-service Restart=on-failure [Install] |