Don't install ksyncdbusenv to /kf5 in libexecdir

That's reserved for kf5 parts which plasma-workspace obviously
does not belong to.
wilder-5.14
Martin Gräßlin 12 years ago
parent a991e1c1e1
commit 2e4ec651a5
  1. 2
      startkde/ksyncdbusenv/CMakeLists.txt
  2. 2
      startkde/startkde.cmake

@ -2,4 +2,4 @@ add_executable(ksyncdbusenv ksyncdbusenv.cpp)
ecm_mark_nongui_executable(ksyncdbusenv)
target_link_libraries(ksyncdbusenv Qt5::Core Qt5::DBus)
install(TARGETS ksyncdbusenv DESTINATION ${CMAKE_INSTALL_PREFIX}/${KF5_LIBEXEC_INSTALL_DIR})
install(TARGETS ksyncdbusenv DESTINATION ${LIBEXEC_INSTALL_DIR})

@ -343,7 +343,7 @@ if test -n "PAM_KWALLET_LOGIN" ; then
fi
# At this point all environment variables are set, let's send it to the DBus session server to update the activation environment
@CMAKE_INSTALL_PREFIX@/@KF5_LIBEXEC_INSTALL_DIR@/ksyncdbusenv
@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/ksyncdbusenv
if test $? -ne 0; then
# Startup error
echo 'startkde: Could not sync environment to dbus.' 1>&2

Loading…
Cancel
Save