[network-manager-openconnect] Fix path to connection-editor plugin in service file



commit de9a1546acd7d5ecabbb3a4330af610a067ca315
Author: Dan Winship <danw gnome org>
Date:   Mon Jun 10 13:23:02 2013 -0300

    Fix path to connection-editor plugin in service file

 Makefile.am                    |    2 +-
 nm-openconnect-service.name.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c368fee..c5cb7e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ nmvpnservice_DATA = nm-openconnect-service.name
 
 nm-openconnect-service.name: $(srcdir)/nm-openconnect-service.name.in
        sed -e 's|[ ]LIBEXECDIR[@]|$(libexecdir)|g' \
-           -e 's|[ ]LIBDIR[@]|$(libdir)|g' \
+           -e 's|[ ]PLUGINDIR[@]|$(libdir)/NetworkManager|g' \
            $< >$@
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-more-warnings=yes
diff --git a/nm-openconnect-service.name.in b/nm-openconnect-service.name.in
index 82c57c9..992837a 100644
--- a/nm-openconnect-service.name.in
+++ b/nm-openconnect-service.name.in
@@ -5,4 +5,4 @@ program= LIBEXECDIR@/nm-openconnect-service
 
 [GNOME]
 auth-dialog= LIBEXECDIR@/nm-openconnect-auth-dialog
-properties= LIBDIR@/libnm-openconnect-properties
+properties= PLUGINDIR@/libnm-openconnect-properties


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