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:
@@ -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));
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user