patch-wml_include_fmt_text_src 489 B

12345678910111213
  1. $OpenBSD: patch-wml_include_fmt_text_src,v 1.1.1.1 2006/07/14 16:12:14 bernd Exp $
  2. --- wml_include/fmt/text.src.orig Thu Jun 15 15:34:04 2006
  3. +++ wml_include/fmt/text.src Thu Jun 15 15:34:04 2006
  4. @@ -14,7 +14,7 @@ sub wml_fmt_text {
  5. local (*FP);
  6. # read the txt2html result
  7. - open(FP, "$(WML_LOC_LIBDIR)/exec/wml_aux_txt2html $arg->{FILE}|");
  8. + open(FP, "$(WML_LOC_LIBEXECDIR)/wml_aux_txt2html $arg->{FILE}|");
  9. local ($/) = undef;
  10. $buf = <FP>;
  11. close(FP);