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.desktop.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.desktop.in')
-rw-r--r-- | data/ayatana-indicator-bluetooth.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ayatana-indicator-bluetooth.desktop.in b/data/ayatana-indicator-bluetooth.desktop.in index 8eb5e1f..871e80a 100644 --- a/data/ayatana-indicator-bluetooth.desktop.in +++ b/data/ayatana-indicator-bluetooth.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=Ayatana Indicator Bluetooth -Exec=@pkglibexecdir@/ayatana-indicator-bluetooth/ayatana-indicator-bluetooth-service +Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-bluetooth/ayatana-indicator-bluetooth-service NoDisplay=true StartupNotify=false Terminal=false |