You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
432 B
12 lines
432 B
17 years ago
|
--- 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
|
||
|
|