From kde-commits Mon May 17 18:35:57 2010 From: George Kiagiadakis Date: Mon, 17 May 2010 18:35:57 +0000 To: kde-commits Subject: playground/network/kcall Message-Id: <20100517183557.3F99DAC8B8 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127412105509371 SVN commit 1127835 by gkiagia: Fix installation. Don't know why this used to work in the past... M +1 -1 kcall_approver/CMakeLists.txt M +1 -1 kcall_handler/CMakeLists.txt --- trunk/playground/network/kcall/kcall_approver/CMakeLists.txt #1127834:1127835 @@ -16,7 +16,7 @@ configure_file(org.freedesktop.Telepathy.Client.kcall_approver.service.in org.freedesktop.Telepathy.Client.kcall_approver.service) -install(FILES ${CMAKE_BINARY_DIR}/org.freedesktop.Telepathy.Client.kcall_approver.service +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.kcall_approver.service DESTINATION ${DBUS_SERVICES_INSTALL_DIR}) # FIXME any better macro for ${XDG_DATA_DIRS} ? --- trunk/playground/network/kcall/kcall_handler/CMakeLists.txt #1127834:1127835 @@ -42,7 +42,7 @@ configure_file(org.freedesktop.Telepathy.Client.kcall_handler.service.in org.freedesktop.Telepathy.Client.kcall_handler.service) -install(FILES ${CMAKE_BINARY_DIR}/org.freedesktop.Telepathy.Client.kcall_handler.service +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.kcall_handler.service DESTINATION ${DBUS_SERVICES_INSTALL_DIR}) # FIXME any better macro for ${XDG_DATA_DIRS} ?