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



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

    Fix path to connection-editor plugin in service file

 Makefile.am                 |    2 +-
 nm-openswan-service.name.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cbab7d3..1cec43d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ endif
 
 nm-openswan-service.name: $(srcdir)/nm-openswan-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-openswan-service.name.in b/nm-openswan-service.name.in
index 52987ad..6dbf9ff 100644
--- a/nm-openswan-service.name.in
+++ b/nm-openswan-service.name.in
@@ -5,5 +5,5 @@ program= LIBEXECDIR@/nm-openswan-service
 
 [GNOME]
 auth-dialog= LIBEXECDIR@/nm-openswan-auth-dialog
-properties= LIBDIR@/libnm-openswan-properties
+properties= PLUGINDIR@/libnm-openswan-properties
 supports-external-ui-mode=true


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