krunner: remove redundant build-time variable

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-07-28 15:58:11 +03:00
parent 9ae9cae894
commit 2ffd7781c2
2 changed files with 1 additions and 2 deletions

View file

@ -47,7 +47,6 @@ set(krunner_SRCS
kde4_add_kcfg_files(krunner_SRCS ${krunner_KCFG_SRCS})
qt4_add_dbus_adaptor(krunner_SRCS ${krunner_dbusAppXML} krunnerapp.h KRunnerApp)
set(BIN_PREFIX ${CMAKE_INSTALL_PREFIX}/bin)
dbus_add_activation_service(dbus/org.kde.krunner.service.in)

View file

@ -1,4 +1,4 @@
[D-BUS Service]
Name=org.kde.krunner
Exec=@BIN_PREFIX@/krunner
Exec=@CMAKE_INSTALL_PREFIX@/bin/krunner