[network-manager-openvpn/nm-0-9-8] Fix path to connection-editor plugin in service file
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn/nm-0-9-8] Fix path to connection-editor plugin in service file
- Date: Mon, 10 Jun 2013 16:52:39 +0000 (UTC)
commit b66b9e0e331b064c9ace54ed67c1665fc29dc665
Author: Dan Winship <danw gnome org>
Date: Mon Jun 10 13:16:03 2013 -0300
Fix path to connection-editor plugin in service file
Makefile.am | 2 +-
nm-openvpn-service.name.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index edbe579..dcd4bcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 = \
diff --git a/nm-openvpn-service.name.in b/nm-openvpn-service.name.in
index 50b1ba6..2ee066a 100644
--- a/nm-openvpn-service.name.in
+++ b/nm-openvpn-service.name.in
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]