[network-manager-vpnc/nm-0-9-8] Fix path to connection-editor plugin in service file



commit 4f0ec29795603f4c3cca142d1d179265f89cc2c7
Author: Dan Winship <danw gnome org>
Date:   Mon Jun 10 13:24:26 2013 -0300

    Fix path to connection-editor plugin in service file

 Makefile.am             |    2 +-
 nm-vpnc-service.name.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4f46126..e3d9ea5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ endif
 
 nm-vpnc-service.name: $(srcdir)/nm-vpnc-service.name.in
        sed -e 's|[ ]LIBEXECDIR[@]|$(libexecdir)|g' \
-           -e 's|[ ]LIBDIR[@]|$(libdir)|g' \
+           -e 's|[ ]PLUGINDIR[@]|$(libdir)/NetworkManager|g' \
            $< >$@
 
 DISTCHECK_CONFIGURE_FLAGS = \
diff --git a/nm-vpnc-service.name.in b/nm-vpnc-service.name.in
index 31f929e..ad40005 100644
--- a/nm-vpnc-service.name.in
+++ b/nm-vpnc-service.name.in
@@ -5,5 +5,5 @@ program= LIBEXECDIR@/nm-vpnc-service
 
 [GNOME]
 auth-dialog= LIBEXECDIR@/nm-vpnc-auth-dialog
-properties= LIBDIR@/libnm-vpnc-properties
+properties= PLUGINDIR@/libnm-vpnc-properties
 supports-external-ui-mode=true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]