source: projects/specs/branches/6/t/texlive/texlive-20091107-set-selfautodir.patch @ 1533

Revision 1533, 847 bytes checked in by munepi, 14 years ago (diff)

NEW texlive and its related packages: replacement of teTeX

  • ptexlive-20100322/build/texlive-20091107-source/texk/kpathsea/progname.c

    diff -up ptexlive-20100322/build/texlive-20091107-source/texk/kpathsea/progname.c\~ ptexlive-20100322/build/texlive-20091107-source/texk/kpathsea/progname.c
    old new kpathsea_set_program_name (kpathsea kpse 
    571571  kpathsea_xputenv (kpse, "SELFAUTOLOC", sdir); 
    572572  sdir_parent = xdirname (sdir); 
    573573  kpathsea_xputenv (kpse, "SELFAUTODIR", sdir_parent); 
    574   sdir_grandparent = xdirname (sdir_parent); 
     574  //sdir_grandparent = xdirname (sdir_parent); 
     575  sdir_grandparent = strdup ("/usr/share"); 
    575576  kpathsea_xputenv (kpse, "SELFAUTOPARENT", sdir_grandparent); 
    576577 
    577578  free (sdir); 
Note: See TracBrowser for help on using the repository browser.