about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/networking/networkmanager/fortisslvpn/fix-paths.patch
blob: 9176a3bf042bbe93849248c3206301a5db95b0f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/nm-fortisslvpn-service.c b/src/nm-fortisslvpn-service.c
index 6c340d0..995c981 100644
--- a/src/nm-fortisslvpn-service.c
+++ b/src/nm-fortisslvpn-service.c
@@ -182,6 +182,7 @@ nm_find_openfortivpn (void)
 {
 	static const char *openfortivpn_binary_paths[] =
 		{
+			"@openfortivpn@/bin/openfortivpn",
 			"/usr/local/bin/openfortivpn",
 			"/usr/bin/openfortivpn",
 			NULL