summaryrefslogtreecommitdiff
path: root/print/tex-texlive-scripts/patches/patch-bin_updmap-sys
blob: 0f46ab98ff1bc0f7f00a054ba79a98a975628fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-bin_updmap-sys,v 1.1 2020/05/10 03:56:44 markd Exp $

use full path for commands

--- bin/updmap-sys.orig	2014-11-23 18:10:07.000000000 +0000
+++ bin/updmap-sys
@@ -21,4 +21,4 @@ PATH="$mydir:$PATH"; export PATH
 # hack around a bug in zsh:
 test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 
-exec updmap --sys ${1+"$@"}
+exec @UPDMAP@ --sys ${1+"$@"}