ca35f0bd10
Changes: * Trailing comments and whitespace omitted from config values. * Add .tlu to type lua suffixes, and .dfont to truetype suffixes. * Prefix program_invocation{,_short}_name with kpse_. * Finally remove kpse_set_progname (deprecated since 1998).
22 lines
701 B
Text
22 lines
701 B
Text
$NetBSD: patch-ak,v 1.2 2011/07/28 04:25:06 minskim Exp $
|
|
|
|
--- mktexlsr.orig 2011-06-27 22:27:02.000000000 +0000
|
|
+++ mktexlsr
|
|
@@ -78,7 +78,7 @@ while test $# -gt 0; do
|
|
exit 0
|
|
elif test "x$1" = x--version || test "x$1" = x-version; then
|
|
echo "`basename $0` $version"
|
|
- kpsewhich --version
|
|
+ @KPSEWHICH@ --version
|
|
exit 0
|
|
elif test "x$1" = x--verbose || test "x$1" = x-verbose; then
|
|
verbose=true
|
|
@@ -127,7 +127,7 @@ old_ls_R_magic='% ls-R -- maintained by
|
|
if test -s "$treefile"; then
|
|
set x `sort "$treefile" | uniq`
|
|
else
|
|
- set x `kpsewhich --show-path=ls-R | tr : '
|
|
+ set x `@KPSEWHICH@ --show-path=ls-R | tr : '
|
|
' | sort | uniq`
|
|
fi
|
|
IFS=$saveIFS
|