diff options
-rwxr-xr-x | Master/install-tl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index 591749733ed..c5502cb9786 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -838,7 +838,6 @@ sub do_postinst_stuff { open(DVIPDFMCONFIGINST, ">$TEXMFSYSVAR/dvipdfm/dvipdfmx.cfg") or die("Cannot open $TEXMFSYSVAR/dvipdfm/dvipdfmx.cfg"); while (<DVIPDFMCONFIGDIST>) { - we still don't know what to do with dvipdfmx.cfg invocation if (m/^D /) { print DVIPDFMCONFIGINST "%$_"; print DVIPDFMCONFIGINST "\n%% GhostScript (TeX Live (Unix and Win32)):\n"; |