summary refs log tree commit diff
path: root/pkgs/tools/networking/network-manager/fortisslvpn/fix-paths.patch
blob: a1241b6738c2372d24e1f02570c502c5cb65e9e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/nm-fortisslvpn-service.c
+++ b/src/nm-fortisslvpn-service.c
@@ -387,7 +387,7 @@
 {
 	static const char *openfortivpn_binary_paths[] =
 		{
-			"/bin/openfortivpn",
+			"@openfortivpn@/bin/openfortivpn",
 			"/usr/bin/openfortivpn",
 			"/usr/local/bin/openfortivpn",
 			NULL