Fix path to connection-editor plugin in service file
authorDan Winship <danw@gnome.org>
Mon, 10 Jun 2013 16:16:03 +0000 (13:16 -0300)
committerDan Winship <danw@gnome.org>
Mon, 10 Jun 2013 16:52:17 +0000 (13:52 -0300)
Makefile.am
nm-openvpn-service.name.in

index edbe579..dcd4bcf 100644 (file)
@@ -28,7 +28,7 @@ endif
 
 nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in
        sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \
-           -e 's|[@]LIBDIR[@]|$(libdir)|g' \
+           -e 's|[@]PLUGINDIR[@]|$(libdir)/NetworkManager|g' \
            $< >$@
 
 DISTCHECK_CONFIGURE_FLAGS = \
index 50b1ba6..2ee066a 100644 (file)
@@ -5,6 +5,6 @@ program=@LIBEXECDIR@/nm-openvpn-service
 
 [GNOME]
 auth-dialog=@LIBEXECDIR@/nm-openvpn-auth-dialog
-properties=@LIBDIR@/libnm-openvpn-properties
+properties=@PLUGINDIR@/libnm-openvpn-properties
 supports-external-ui-mode=true