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



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

    Fix path to connection-editor plugin in service file

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


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