diff options
Diffstat (limited to 'print/kpathsea/patches/patch-ag')
-rw-r--r-- | print/kpathsea/patches/patch-ag | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/kpathsea/patches/patch-ag b/print/kpathsea/patches/patch-ag new file mode 100644 index 00000000000..316ee6ba674 --- /dev/null +++ b/print/kpathsea/patches/patch-ag @@ -0,0 +1,15 @@ +$NetBSD: patch-ag,v 1.1 2009/09/20 18:50:03 minskim Exp $ + +--- mktexdir.orig 2009-06-03 06:07:17.000000000 -0700 ++++ mktexdir +@@ -12,8 +12,8 @@ usage="Usage: $0 DIRS... + mt_max_args=$# + + # Common code for all scripts. +-: ${MT_TEXMFMAIN=`kpsewhich --expand-path='$TEXMFMAIN'`} +-: ${MT_MKTEX_OPT=`kpsewhich --format='web2c files' mktex.opt`} ++: ${MT_TEXMFMAIN=`@KPSEWHICH@ --expand-path='$TEXMFMAIN'`} ++: ${MT_MKTEX_OPT=`@KPSEWHICH@ --format='web2c files' mktex.opt`} + test -n "$MT_MKTEX_OPT" || MT_MKTEX_OPT="$MT_TEXMFMAIN/web2c/mktex.opt" + if test ! -f "$MT_MKTEX_OPT"; then + echo "$0: Cannot find mktex.opt; check your installation." >&2 |