Kwallet: Fixes bug that dbus could not find the kwallet service

This commit is contained in:
Bastian Köcher 2017-07-05 20:21:51 +02:00
parent cb703f1314
commit a63732f9b2
2 changed files with 10 additions and 0 deletions

@ -0,0 +1,9 @@
diff --git a/src/runtime/kwalletd/org.kde.kwalletd5.service.in b/src/runtime/kwalletd/org.kde.kwalletd5.service.in
index 76eb90e..7a78e83 100644
--- a/src/runtime/kwalletd/org.kde.kwalletd5.service.in
+++ b/src/runtime/kwalletd/org.kde.kwalletd5.service.in
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=org.kde.kwalletd5
-Exec=@CMAKE_INSTALL_PREFIX@/bin/kwalletd5
+Exec=@CMAKE_INSTALL_BINDIR@/kwalletd5

@ -15,4 +15,5 @@ mkDerivation {
knotifications kservice kwidgetsaddons kwindowsystem libgcrypt qgpgme
];
propagatedBuildInputs = [ qtbase ];
patches = [ ./kwallet-dbus.patch ];
}