mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
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:
parent
e52f9aee79
commit
cf9012cd4e
3 changed files with 9 additions and 4 deletions
|
|
@ -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>
|
2008-07-02 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
* properties/auth-helpers.c
|
* properties/auth-helpers.c
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,6 @@ endif
|
||||||
|
|
||||||
nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in Makefile
|
nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in Makefile
|
||||||
sed -e 's|[@]BINDIR[@]|$(bindir)|g' \
|
sed -e 's|[@]BINDIR[@]|$(bindir)|g' \
|
||||||
-e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \
|
|
||||||
-e 's|[@]PREFIX[@]|$(prefix)|g' \
|
|
||||||
< $(srcdir)/nm-openvpn-service.name.in \
|
< $(srcdir)/nm-openvpn-service.name.in \
|
||||||
> nm-openvpn-service.name
|
> nm-openvpn-service.name
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ service=org.freedesktop.NetworkManager.openvpn
|
||||||
program=@BINDIR@/nm-openvpn-service
|
program=@BINDIR@/nm-openvpn-service
|
||||||
|
|
||||||
[GNOME]
|
[GNOME]
|
||||||
auth-dialog=@LIBEXECDIR@/nm-openvpn-auth-dialog
|
auth-dialog=nm-openvpn-auth-dialog
|
||||||
properties=@PREFIX@/${LIB}/libnm-openvpn-properties
|
properties=libnm-openvpn-properties
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue