Hi, I'm not quite sure what impact this would exactly have, so I wanted to discuss it here before I push a broken update to fedora. I made a small change to Makefile.am in vpn-daemons/openvpn to fix @PREFIX@ not being substituted. Does that affect any other parts of the buildsystem? regards christoph
--- Makefile.am 2008-04-23 12:57:02.000000000 +0200 +++ Makefile.am.new 2008-04-23 12:58:15.000000000 +0200 @@ -25,7 +25,7 @@ nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in Makefile sed -e 's|[ ]BINDIR[@]|$(bindir)|g' \ -e 's|[ ]LIBEXECDIR[@]|$(libexecdir)|g' \ - -e 's|[ ]LIBDIR[@]|$(libdir)|g' \ + -e 's|[ ]PREFIX[@]|$(prefix)|g' \ < $(srcdir)/nm-openvpn-service.name.in \ > nm-openvpn-service.name
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil