mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
$NetBSD: patch-bin_updmap-sys,v 1.3 2015/04/25 20:26:37 markd Exp $
|
|
|
|
--- 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+"$@"}
|