texlive-core

This commit is contained in:
Rmys
2020-06-04 11:03:54 +03:00
committed by GitHub
parent b099b95cfa
commit c7b13ce2d8
+2 -2
View File
@@ -37,7 +37,7 @@ def install():
# clean config files
pisitools.dosed("tex/generic/config", "DO NOT EDIT", deleteLine=True, filePattern="language\.d..$")
pisitools.dosed("texmf-dist/web2c/updmap.cfg", "^(#!\s*)?(Map|MixedMap)", deleteLine=True)
pisitools.dosed("%s/usr/share/texmf-dist/web2c/fmtutil.cnf" % get.installDIR(), "aleph", deleteLine=True)
pisitools.dosed("%s/usr/share/texmf-dist/fmtutil.cnf" % get.installDIR(), "aleph", deleteLine=True)
# install config files
cfs = ["chktex/chktexrc",
@@ -65,7 +65,7 @@ def install():
#shelltools.system("texmf-dist/scripts/texlive/texlinks.sh -f %s/usr/share/texmf-dist/web2c/fmtutil.cnf %s/usr/bin" % ((get.installDIR(), ) * 2))
# remove upstream updmap.cfg: it contains too many maps
pisitools.remove("/usr/share/texmf-dist/web2c/updmap.cfg")
pisitools.remove("/usr/share/texmf-dist/updmap.cfg")
# remove unneeded dir
pisitools.removeDir("/usr/share/texmf-dist/scripts/context/stubs/mswin")