SHA256
1
0
forked from pool/texlive

Correct SELFAUTODIR and SELFAUTOPARENT

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=157
This commit is contained in:
2013-09-26 10:37:55 +00:00
committed by Git OBS Bridge
parent c08228ca07
commit af9844099c
2 changed files with 7 additions and 2 deletions

View File

@@ -314,10 +314,10 @@
@@ -661,9 +661,9 @@ kpathsea_set_program_name (kpathsea kpse
/* SELFAUTODIR is actually the parent of the invocation directory,
and SELFAUTOPARENT the grandparent. This is how teTeX did it. */
kpathsea_xputenv (kpse, "SELFAUTOLOC", fix_selfdir (sdir));
kpathsea_xputenv (kpse, "SELFAUTOLOC", fix_selfdir (sdir));
- sdir_parent = xdirname (sdir);
+ sdir_parent = xdirname ("/usr/share");
kpathsea_xputenv (kpse, "SELFAUTODIR", fix_selfdir (sdir_parent));
kpathsea_xputenv (kpse, "SELFAUTODIR", fix_selfdir (sdir_parent));
- sdir_grandparent = xdirname (sdir_parent);
+ sdir_grandparent = xdirname ("/usr/share/texmf");
kpathsea_xputenv (kpse, "SELFAUTOPARENT", fix_selfdir (sdir_grandparent));

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 26 10:37:10 UTC 2013 - werner@suse.de
- Correct SELFAUTODIR and SELFAUTOPARENT
-------------------------------------------------------------------
Wed Sep 25 08:59:50 UTC 2013 - werner@suse.de