patch-wml_include_fmt_xtable_src 541 B

12345678910111213
  1. $OpenBSD: patch-wml_include_fmt_xtable_src,v 1.1.1.1 2006/07/14 16:12:14 bernd Exp $
  2. --- wml_include/fmt/xtable.src.orig Thu Jun 15 15:14:16 2006
  3. +++ wml_include/fmt/xtable.src Thu Jun 15 15:14:16 2006
  4. @@ -29,7 +29,7 @@
  5. print FH_XTABLE <perl:var />;
  6. close(FH_XTABLE);
  7. open(FH_XTABLE_IN,
  8. - "$(WML_LOC_LIBDIR)/exec/wml_aux_freetable $tmpfile < /dev/null |");
  9. + "$(WML_LOC_LIBEXECDIR)/wml_aux_freetable $tmpfile < /dev/null |");
  10. local ($/) = undef;
  11. <perl:var /> = <*FH_XTABLE_IN>;
  12. close(FH_XTABLE_IN);