Slight change in MakeTeXPK script: gftopk uses the -verbose flag (instead
of -v)
This commit is contained in:
parent
dd1612282b
commit
317067d0ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8079
1 changed files with 1 additions and 1 deletions
2
print/dvi2xx/scripts/configure
vendored
2
print/dvi2xx/scripts/configure
vendored
|
@ -169,7 +169,7 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
gftopk -v ./$GFNAME ./$PKNAME
|
||||
gftopk -verbose ./$GFNAME ./$PKNAME
|
||||
|
||||
# Install the PK file carefully, since others may be doing the same
|
||||
# as us simultaneously.
|
||||
|
|
Loading…
Reference in a new issue