blob: 1c127ed70ed06f94d21a64eb6cef53ca02998f1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Fixes bug http://bugzilla.gnome.org/show_bug.cgi?id=447577
Index: openvpn/nm-openvpn-service.name.in
===================================================================
--- openvpn/nm-openvpn-service.name.in (revision 2653)
+++ openvpn/nm-openvpn-service.name.in (working copy)
@@ -1,8 +1,8 @@
[VPN Connection]
name=openvpn
service=org.freedesktop.NetworkManager.openvpn
-program=@bindir@/nm-openvpn-service
+program=@BINDIR@/nm-openvpn-service
[GNOME]
-auth-dialog=@libexecdir@/nm-openvpn-auth-dialog
+auth-dialog=@LIBEXECDIR@/nm-openvpn-auth-dialog
properties=@prefix@/${LIB}/libnm-openvpn-properties
|