summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-04-28 15:15:01 +0000
committerNorbert Preining <preining@logic.at>2008-04-28 15:15:01 +0000
commit39c92a9772ade246d329207df91eec809d8fa436 (patch)
treea0bca9dfcc5c3fb93645078537168f0e92b17881 /Master/install-tl
parenta29557e14b28e2acd2938f09ff8e434abeefc64c (diff)
uups
git-svn-id: svn://tug.org/texlive/trunk@7701 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl1
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";