13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
|
$OpenBSD: patch-wml_include_imp_csmap_src,v 1.1.1.1 2006/07/14 16:12:14 bernd Exp $
|
||
|
--- wml_include/imp/csmap.src.orig Thu Jun 15 15:31:28 2006
|
||
|
+++ wml_include/imp/csmap.src Thu Jun 15 15:31:31 2006
|
||
|
@@ -20,7 +20,7 @@
|
||
|
$type = 'ncsa' if $type eq '';
|
||
|
$name = $from if $name eq '';
|
||
|
|
||
|
- open(FP, "$(WML_LOC_LIBDIR)/exec/wml_aux_map2html -t $type -n $name $from |");
|
||
|
+ open(FP, "$(WML_LOC_LIBEXECDIR)/wml_aux_map2html -t $type -n $name $from |");
|
||
|
while (<*FP>) {
|
||
|
<perl:print: $_ />
|
||
|
}
|