[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:08 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=28faa99

The following commit has been merged in the master branch:
commit 28faa9983dce13bd44a9a749a2a93886de5b2f33
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Nov 24 18:32:37 2014 +0100

    Fix dbus service file
    
    Ensure the generated Exec path is the absolute path instead of a
    relative one.
---
 kded/org.kde.kdeconnect.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kded/org.kde.kdeconnect.service.in b/kded/org.kde.kdeconnect.service.in
index 9777642..847bd1a 100644
--- a/kded/org.kde.kdeconnect.service.in
+++ b/kded/org.kde.kdeconnect.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.kde.kdeconnect
-Exec=@LIBEXEC_INSTALL_DIR@/kdeconnectd
+Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/kdeconnectd

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list