2008-07-03 Dan Williams <dcbw@redhat.com>
* nm-openvpn-service.name.in Makefile.am - Remove paths from .name file (requires applet r776 or later) to fix issues with multilib and magic path substitution in glibc git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3804 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2008-07-03 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* nm-openvpn-service.name.in
|
||||
Makefile.am
|
||||
- Remove paths from .name file (requires applet r776 or later) to fix
|
||||
issues with multilib and magic path substitution in glibc
|
||||
|
||||
2008-07-02 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* properties/auth-helpers.c
|
||||
|
@@ -24,8 +24,6 @@ endif
|
||||
|
||||
nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in Makefile
|
||||
sed -e 's|[@]BINDIR[@]|$(bindir)|g' \
|
||||
-e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \
|
||||
-e 's|[@]PREFIX[@]|$(prefix)|g' \
|
||||
< $(srcdir)/nm-openvpn-service.name.in \
|
||||
> nm-openvpn-service.name
|
||||
|
||||
|
@@ -4,6 +4,6 @@ service=org.freedesktop.NetworkManager.openvpn
|
||||
program=@BINDIR@/nm-openvpn-service
|
||||
|
||||
[GNOME]
|
||||
auth-dialog=@LIBEXECDIR@/nm-openvpn-auth-dialog
|
||||
properties=@PREFIX@/${LIB}/libnm-openvpn-properties
|
||||
auth-dialog=nm-openvpn-auth-dialog
|
||||
properties=libnm-openvpn-properties
|
||||
|
||||
|
Reference in New Issue
Block a user