nixpkgs/pkgs/tools/networking/network-manager/fortisslvpn/fix-paths.patch

12 lines
286 B
Diff
Raw Normal View History

2018-08-09 14:56:46 +00:00
--- 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