diff options
author | root <root@rshg054.dnsready.net> | 2013-08-05 02:24:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-05 02:24:00 -0700 |
commit | b3923b26c3d37257246fea13bdb1151c96cb2fe4 (patch) | |
tree | 868c0a9f4649cfc0849318696f440a10bc412d9b /libre/texlive-core-libre/texlive.install | |
parent | 639c9730319cc0ce33e34e2386f467f67d3cc458 (diff) |
Mon Aug 5 02:23:17 PDT 2013
Diffstat (limited to 'libre/texlive-core-libre/texlive.install')
-rw-r--r-- | libre/texlive-core-libre/texlive.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/texlive-core-libre/texlive.install b/libre/texlive-core-libre/texlive.install index 14ca7c531..77d4213be 100644 --- a/libre/texlive-core-libre/texlive.install +++ b/libre/texlive-core-libre/texlive.install @@ -11,7 +11,7 @@ post_install() { cp "$UPDMAP" "$TMPFILE" echo ">>> texlive: regenerating updmap.cfg (custom additions should go" echo " into /etc/texmf/web2c/updmap-local.cfg" - cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP + cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP echo ">>> texlive: updating the filename database..." @@ -33,7 +33,7 @@ post_upgrade() { cp "$UPDMAP" "$TMPFILE" echo ">>> texlive: regenerating updmap.cfg (custom additions should go" echo " into /etc/texmf/web2c/updmap-local.cfg" - cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP + cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP echo ">>> texlive: updating the filename database..." |