use LIBEXEC_INSTALL_DIR consistently (without CMAKE_INSTAL_PREFIX)
This commit is contained in:
parent
bc3fb512d4
commit
b930a905f2
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Type=Service
|
||||
Exec=${CMAKE_INSTALL_PREFIX}/${LIBEXEC_INSTALL_DIR}/kdeconnectd
|
||||
Exec=${LIBEXEC_INSTALL_DIR}/kdeconnectd
|
||||
X-KDE-StartupNotify=false
|
||||
X-KDE-autostart-phase=0
|
||||
X-GNOME-Autostart-enabled=true
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[D-BUS Service]
|
||||
Name=org.kde.kdeconnect
|
||||
Exec=${CMAKE_INSTALL_PREFIX}/${LIBEXEC_INSTALL_DIR}/kdeconnectd
|
||||
Exec=${LIBEXEC_INSTALL_DIR}/kdeconnectd
|
||||
|
|
Loading…
Reference in a new issue